public class ErrorCodeException extends AbstractException
| Constructor and Description |
|---|
ErrorCodeException(ErrorCode errorCode) |
ErrorCodeException(ErrorCode errorCode,
java.lang.Object... errorCodeDescriptionArgs) |
ErrorCodeException(ErrorCode errorCode,
java.lang.String message) |
ErrorCodeException(ErrorCode errorCode,
java.lang.String message,
java.lang.Throwable throwable,
java.lang.Object... errorCodeDescriptionArgs) |
ErrorCodeException(ErrorCode errorCode,
java.lang.Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
getErrorCode() |
java.lang.Object[] |
getErrorCodeDescriptionArgs() |
ErrorCodeException |
markAsTrackable() |
addParameter, getDescription, getParameter, getParameters, getThrowableToLog, getTitle, hasParameter, isTrackable, setDescription, setTitle, setTrackablepublic ErrorCodeException(ErrorCode errorCode, java.lang.String message, java.lang.Throwable throwable, java.lang.Object... errorCodeDescriptionArgs)
public ErrorCodeException(ErrorCode errorCode, java.lang.Throwable throwable)
public ErrorCodeException(ErrorCode errorCode, java.lang.String message)
public ErrorCodeException(ErrorCode errorCode, java.lang.Object... errorCodeDescriptionArgs)
public ErrorCodeException(ErrorCode errorCode)
public ErrorCode getErrorCode()
public java.lang.Object[] getErrorCodeDescriptionArgs()
public ErrorCodeException markAsTrackable()