| Constructors in com.jdroid.java.exception with parameters of type ErrorCode |
ApplicationException(ErrorCode errorCode,
String message)
|
ApplicationException(ErrorCode errorCode,
Throwable throwable)
|
BusinessException(ErrorCode errorCode)
|
BusinessException(ErrorCode errorCode,
Object... errorCodeParameters)
|
ErrorCodeException(ErrorCode errorCode)
|
ErrorCodeException(ErrorCode errorCode,
Object... errorCodeParameters)
|
ErrorCodeException(ErrorCode errorCode,
String message)
|
ErrorCodeException(ErrorCode errorCode,
Throwable throwable)
|
HttpResponseException(ErrorCode errorCode,
String message)
|
HttpResponseException(ErrorCode errorCode,
Throwable throwable)
|
ServerHttpResponseException(ErrorCode errorCode,
String message)
|
ServerHttpResponseException(ErrorCode errorCode,
Throwable throwable)
|