Class ZerowebRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.xezzon.zeroweb.common.exception.ZerowebRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidSessionException
,InvalidTokenException
,NoValidClasspathException
ZeroWeb 自发抛出的系统异常
- Author:
- xezzon
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZerowebRuntimeException
(String message, Throwable cause) ZerowebRuntimeException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ZerowebRuntimeException
public ZerowebRuntimeException() -
ZerowebRuntimeException
-
ZerowebRuntimeException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-