public class BaseException extends RuntimeException
| Constructor and Description |
|---|
BaseException() |
BaseException(String message) |
BaseException(String message,
Throwable cause) |
BaseException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
BaseException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString