public class ErrorCodeException extends AbstractException
| Constructor and Description |
|---|
ErrorCodeException(ErrorCode errorCode) |
ErrorCodeException(ErrorCode errorCode,
Object... errorCodeDescriptionArgs) |
ErrorCodeException(ErrorCode errorCode,
String message) |
ErrorCodeException(ErrorCode errorCode,
String message,
Throwable throwable,
Object... errorCodeDescriptionArgs) |
ErrorCodeException(ErrorCode errorCode,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
getErrorCode() |
Object[] |
getErrorCodeDescriptionArgs() |
ErrorCodeException |
markAsTrackable() |
addParameter, getDescription, getParameter, getParameters, getThrowableToLog, getTitle, hasParameter, isTrackable, setDescription, setTitle, setTrackableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ErrorCodeException(ErrorCode errorCode, String message, Throwable throwable, Object... errorCodeDescriptionArgs)
public ErrorCodeException(ErrorCode errorCode, Object... errorCodeDescriptionArgs)
public ErrorCodeException(ErrorCode errorCode)
public ErrorCode getErrorCode()
public Object[] getErrorCodeDescriptionArgs()
public ErrorCodeException markAsTrackable()
Copyright © 2014. All rights reserved.