类 BaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.gomro.restful.api.response.error.BaseException
所有已实现的接口:
Serializable

public class BaseException extends RuntimeException
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • httpCode

      private long httpCode
    • errorData

      private ErrorData errorData
  • 构造器详细资料

    • BaseException

      public BaseException(String message)
    • BaseException

      public BaseException(long code, String message, T data)