public class AipException extends Exception
| 构造器和说明 |
|---|
AipException(int code,
String msg) |
AipException(int code,
Throwable e) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getErrorCode() |
String |
getErrorMsg() |
void |
setErrorCode(int errorCode) |
void |
setErrorMsg(String errorMsg) |
Copyright © 2024. All rights reserved.