public class UnexpectedException extends ErrorCodeException
| Constructor and Description |
|---|
UnexpectedException(java.lang.String message) |
UnexpectedException(java.lang.String message,
java.lang.Throwable cause) |
UnexpectedException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getThrowableToLog() |
getErrorCode, getErrorCodeDescriptionArgs, markAsTrackableaddParameter, getDescription, getParameter, getParameters, getTitle, hasParameter, isTrackable, setDescription, setTitle, setTrackablepublic UnexpectedException(java.lang.String message,
java.lang.Throwable cause)
public UnexpectedException(java.lang.String message)
public UnexpectedException(java.lang.Throwable cause)
public java.lang.Throwable getThrowableToLog()
getThrowableToLog in class AbstractExceptionAbstractException.getThrowableToLog()