public class ApiException extends Exception
| 构造器和说明 |
|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErrCode() |
String |
getErrMsg() |
String |
getSubErrCode() |
String |
getSubErrMsg() |
void |
setSubErrCode(String subErrCode) |
void |
setSubErrMsg(String subErrMsg) |
Copyright © 2020. All rights reserved.