public class ApiException extends Exception
| Constructor and Description |
|---|
ApiException() |
ApiException(String message) |
ApiException(String errCode,
String errMsg) |
ApiException(String errCode,
String errMsg,
String subErrCode,
String subErrMsg) |
ApiException(String message,
Throwable cause) |
ApiException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrCode() |
String |
getErrMsg() |
String |
getSubErrCode() |
String |
getSubErrMsg() |
void |
setSubErrCode(String subErrCode) |
void |
setSubErrMsg(String subErrMsg) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2021. All rights reserved.