Class BaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.elitesland.ystdms.sys.exception.BaseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ResourceNotFoundException,UnauthorizedException,ValidationException
基础异常类
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBaseException(ApiCode apiCode, String message) BaseException(ApiCode apiCode, String message, Throwable cause) BaseException(Integer code, String message) BaseException(Integer code, String message, Throwable cause) BaseException(String message) 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
-
BaseException
-
BaseException
-
-
Method Details
-
getCode
-
getErrorMsg
-