public class ScratiException extends Exception
| Constructor and Description |
|---|
ScratiException() |
ScratiException(String errorCode,
String errorCodeDes) |
ScratiException(String errorCode,
String errorCodeDes,
Throwable th) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode() |
String |
getErrorCodeDes() |
Throwable |
getTh() |
void |
setErrorCode(String errorCode) |
void |
setErrorCodeDes(String errorCodeDes) |
void |
setTh(Throwable th) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2018. All rights reserved.