Package icu.easyj.core.exception
Class BaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
icu.easyj.core.exception.BaseException
- All Implemented Interfaces:
Serializable
通用异常
- Author:
- wangliang181230
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBaseException(String message) BaseException(String message, String errorCode) BaseException(String message, String errorCode, Throwable cause) BaseException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseException
-
BaseException
-
BaseException
-
BaseException
-
-
Method Details
-
getErrorCode
获取错误码- Returns:
- 错误码
-