AbstractM8tyException
abstract class AbstractM8tyException(val message: String, val code: String, val httpStatus: HttpStatus) : RuntimeException
Represents an abstract m8ty exception.
This exception is a base class for specific m8ty exceptions and provides common properties and behaviors.
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.