类 ApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.dss.sdk.exception.ApiException
-
- 所有已实现的接口:
Serializable
- 直接已知子类:
ApiRuleException
public class ApiException extends Exception
- 作者:
- Fadada
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ApiException()ApiException(String message)ApiException(String errCode, String errMsg)ApiException(String message, Throwable cause)ApiException(Throwable cause)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetErrCode()StringgetErrMsg()
-