public abstract class BaseException extends RuntimeException
| Modifier | Constructor and Description |
|---|---|
protected |
BaseException() |
protected |
BaseException(String message) |
protected |
BaseException(String message,
Throwable cause) |
protected |
BaseException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
protected |
BaseException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2017 Codeblock GmbH. All rights reserved.