Package eu.webtoolkit.jwt
Class WtException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.webtoolkit.jwt.WtException
- All Implemented Interfaces:
Serializable
JWt runtime exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionWtException
(String msg) Constructor.WtException
(String msg, Exception wrapped) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WtException
Constructor. -
WtException
Constructor.
-