public abstract class ApplicationException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_UNKNOWN |
| Constructor and Description |
|---|
ApplicationException() |
ApplicationException(String message) |
ApplicationException(String message,
Object details) |
ApplicationException(String message,
Throwable cause) |
ApplicationException(String message,
Throwable cause,
Object details) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDetails() |
String |
getMessage() |
void |
setDetails(Object details) |
void |
setMessage(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String ERROR_UNKNOWN
public ApplicationException()
public ApplicationException(String message)
Copyright © 2017. All rights reserved.