类 ApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.getui.push.v2.sdk.common.ApiException
-
- 所有已实现的接口:
Serializable
public class ApiException extends RuntimeException
此异常类不会打印堆栈 create by getui on 2020/4/25- 作者:
- getui
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ApiException(String message)ApiException(String message, boolean writableStackTrace)ApiException(String message, int code)ApiException(String message, int code, boolean writableStackTrace)ApiException(String message, int code, Throwable throwable)ApiException(String message, Throwable cause)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetCode()
-