public class UnexpectedException extends ErrorCodeException
CRITICAL_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY| 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, setTrackableaddParameter, getDescription, getParameter, getParameters, getPriorityLevel, getStackTrace, getTitle, hasParameter, isIgnoreStackTrace, isTrackable, printStackTrace, printStackTrace, setDescription, setIgnoreStackTrace, setPriorityLevel, setTitlepublic 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 AbstractException