public abstract class WasabiException extends RuntimeException
| Modifier | Constructor and Description |
|---|---|
protected |
WasabiException(ErrorCode errorCode) |
protected |
WasabiException(ErrorCode errorCode,
String detailMessage) |
protected |
WasabiException(ErrorCode errorCode,
String message,
Throwable cause) |
protected |
WasabiException(ErrorCode errorCode,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetailMessage() |
ErrorCode |
getErrorCode() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2016. All rights reserved.