ObjectNotFoundException
class ObjectNotFoundException(val message: String, val code: String, val httpStatus: HttpStatus) : AbstractM8tyException
Represents an exception thrown when an object is not found.
This exception is thrown when an object is expected to be found, but it cannot be found.
Parameters
message
The detail message explaining the exception.
code
The error code associated with the exception.
httpStatus
The HTTP status code associated with the exception.