Package org.skr.common.exception
Class RegException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.skr.common.exception.BaseException
org.skr.common.exception.RegException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class org.skr.common.exception.BaseException
TOP_STACK -
Constructor Summary
ConstructorsConstructorDescriptionRegException(@NotNull ErrorInfo errorInfo) RegException(@NotNull ErrorInfo errorInfo, Throwable e) -
Method Summary
Methods inherited from class org.skr.common.exception.BaseException
getStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RegException
-
RegException
-
-
Method Details
-
getErrorInfo
- Overrides:
getErrorInfoin classBaseException
-