Package com.okta.jwt
Class JwtVerificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.okta.jwt.JwtVerificationException
- All Implemented Interfaces:
Serializable
Thrown if a JWT is invalid or expired.
- See Also:
-
Constructor Summary
ConstructorDescriptionJwtVerificationException
(String message) JwtVerificationException
(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
-
JwtVerificationException
-
JwtVerificationException
-