public class ErrorCodeException extends AbstractException
CRITICAL_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY| 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 |
setTrackable(java.lang.Boolean trackable) |
addParameter, getDescription, getParameter, getParameters, getPriorityLevel, getStackTrace, getThrowableToLog, getTitle, hasParameter, isIgnoreStackTrace, isTrackable, printStackTrace, printStackTrace, setDescription, setIgnoreStackTrace, setPriorityLevel, setTitlepublic 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 setTrackable(java.lang.Boolean trackable)
setTrackable in class AbstractException