Package io.smallrye.jwt.auth.principal
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.smallrye.jwt.auth.principal.ParseException
- All Implemented Interfaces:
Serializable
The exception thrown when there is a failure to parse the JWT
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParseException(String message) ParseException(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
-
ParseException
-
ParseException
-