AbstractException(ErrorType errorType)
|
AbstractException(ErrorType errorType,
String message)
Constructor with an ErrorType and a custom message.
|
AbstractException(ErrorType errorType,
String message,
Throwable cause)
|
AbstractException(ErrorType errorType,
Throwable cause)
|
ApplicationException(ErrorType errorType) |
ApplicationException(ErrorType errorType,
String message) |
ApplicationException(ErrorType errorType,
String message,
Throwable cause) |
ApplicationException(ErrorType errorType,
Throwable cause) |
SystemException(ErrorType errorType) |
SystemException(ErrorType errorType,
String message) |
SystemException(ErrorType errorType,
String message,
Throwable cause) |
SystemException(ErrorType errorType,
Throwable cause) |
ValidationException(ErrorType errorType) |
ValidationException(ErrorType errorType,
String message) |
ValidationException(ErrorType errorType,
String message,
Throwable cause) |
ValidationException(ErrorType errorType,
Throwable cause) |