Package org.jose4j.jwt
Class GeneralJwtException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jose4j.jwt.GeneralJwtException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MalformedClaimException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeneralJwtException(String message) GeneralJwtException(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
-
GeneralJwtException
-
GeneralJwtException
-