Package org.keycloak.exceptions
Class TokenVerificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.keycloak.common.VerificationException
org.keycloak.exceptions.TokenVerificationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DPoPUtil.DPoPVerificationException
,ExplainedTokenVerificationException
,TokenNotActiveException
,TokenSignatureInvalidException
Exception thrown on failed verification of a token.
- Author:
- hmlnarik
- See Also:
-
Constructor Summary
ConstructorDescriptionTokenVerificationException
(JsonWebToken token, String message) TokenVerificationException
(JsonWebToken token, String message, Throwable cause) TokenVerificationException
(JsonWebToken token, 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
-
TokenVerificationException
-
TokenVerificationException
-
TokenVerificationException
-
TokenVerificationException
-
-
Method Details
-
getToken
-