类 BaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.luna.common.exception.BaseException
- 所有已实现的接口:
Serializable
- 直接已知子类:
ValidateException
- 作者:
- luna
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明static final BaseExceptionstatic final BaseExceptionstatic final BaseExceptionstatic final BaseExceptionstatic final BaseExceptionstatic final BaseExceptionstatic final BaseException -
构造器概要
构造器构造器说明BaseException(int code, String message) BaseException(int status, String msg, Throwable throwable) BaseException(int status, Throwable throwable) BaseException(BaseException baseException, String... extendMessage) BaseException(String message) BaseException(String msg, Throwable throwable) BaseException(Throwable cause) BaseException(Throwable cause, int code) -
方法概要
-
字段详细资料
-
SYSTEM_ERROR
-
UNKNOWN
-
PARAMETER_ERROR
-
MISSING
-
PARAMETER_OVERFLOW
-
REPEAT_OPERATION
-
UN_SUPPORT_ENCRYPT_TYPE
-
-
构造器详细资料
-
BaseException
-
BaseException
-
BaseException
-
BaseException
-
BaseException
-
BaseException
-
BaseException
-
BaseException
-
BaseException
public BaseException()
-
-
方法详细资料
-
isBaseException
-
getCode
public int getCode() -
getMessage
- 覆盖:
getMessage在类中Throwable
-