类 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

      public ApiException​(IErrorCode errorCode)
      已过时。
    • ApiException

      public ApiException​(String message)
      已过时。
    • ApiException

      public ApiException​(Throwable cause)
      已过时。
    • ApiException

      public ApiException​(String message, Throwable cause)
      已过时。
  • 方法详细资料

    • getErrorCode

      public IErrorCode getErrorCode()
      已过时。