Package org.skr.common.exception
Class BaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.skr.common.exception.BaseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BizException,ConfException,RegException,UnvarnishedFeignException
The super class for exceptions
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBaseException(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
-
Field Details
-
TOP_STACK
public static final int TOP_STACK- See Also:
-
-
Constructor Details
-
BaseException
public BaseException() -
BaseException
-
BaseException
-
-
Method Details
-
getErrorInfo
-
getStackTrace
-