类 ApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.baomidou.mybatisplus.extension.exceptions.ApiException
- 所有已实现的接口:
Serializable
@Deprecated public class ApiException extends RuntimeException
已过时。
REST API 请求异常类
- 从以下版本开始:
- 2017-06-26
- 作者:
- hubin
- 另请参阅:
- 序列化表格
-
构造器概要
构造器 构造器 说明 ApiException(IErrorCode errorCode)已过时。ApiException(String message)已过时。ApiException(String message, Throwable cause)已过时。ApiException(Throwable cause)已过时。 -
方法概要
修饰符和类型 方法 说明 IErrorCodegetErrorCode()已过时。
-
构造器详细资料
-
ApiException
已过时。 -
ApiException
已过时。 -
ApiException
已过时。 -
ApiException
已过时。
-
-
方法详细资料
-
getErrorCode
已过时。
-