public class BaseException extends RuntimeException
| Constructor and Description |
|---|
BaseException(String error) |
BaseException(String error,
String reason) |
BaseException(String error,
String reason,
Throwable innerException) |
BaseException(String error,
Throwable innerException) |
BaseException(Throwable innerException) |
| Modifier and Type | Method and Description |
|---|---|
String |
getReason() |
void |
setReason(String reason) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2020. All rights reserved.