程序包 xyz.lhbk.result

类 MyException

所有已实现的接口:
Serializable

public class MyException extends RuntimeException
另请参阅:
序列化表格
  • 字段详细资料

    • USER_ERROR

      public static final int USER_ERROR
      另请参阅:
      常量字段值
    • NOT_LOGIN_ERROR

      public static final int NOT_LOGIN_ERROR
      另请参阅:
      常量字段值
    • ALIYUN_ERROR

      public static final int ALIYUN_ERROR
      另请参阅:
      常量字段值
    • CODE_ERROR

      public static final int CODE_ERROR
      另请参阅:
      常量字段值
  • 构造器详细资料

    • MyException

      public MyException()
    • MyException

      public MyException(int code, String errorMess)
  • 方法详细资料

    • getErrorCode

      public int getErrorCode()
    • setErrorCode

      public void setErrorCode(int errorCode)
    • getErrorMess

      public String getErrorMess()
    • setErrorMess

      public void setErrorMess(String errorMess)