public class GeneralException extends AbstractException
| Constructor and Description |
|---|
GeneralException() |
GeneralException(String message) |
GeneralException(String message,
Object... params) |
GeneralException(String message,
Throwable cause) |
GeneralException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
GeneralException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
getLocalizedMessage, getMessage, getStatusCode, toString, translateaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GeneralException()
public GeneralException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public GeneralException(String message)
public GeneralException(Throwable cause)
public String getCode()
getCode in class AbstractExceptionCopyright © 2019. All rights reserved.