public class ThirdPartyException extends Exception
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
errorCode
错误码
|
protected String |
errorMessage
错误信息
|
protected String |
userTip
错误信息
|
| 构造器和说明 |
|---|
ThirdPartyException(BaseEnum baseEnum) |
ThirdPartyException(BaseEnum baseEnum,
String userTip) |
ThirdPartyException(String errorCode,
String errorMessage) |
ThirdPartyException(String errorCode,
String errorMessage,
String userTip) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErrorCode() |
String |
getErrorMessage() |
Copyright © 2021 HaiChuang Inc.. All rights reserved.