Class ExplainedTokenVerificationException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.keycloak.common.VerificationException
- 
- org.keycloak.exceptions.TokenVerificationException
- 
- org.keycloak.authentication.actiontoken.ExplainedTokenVerificationException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ExplainedTokenVerificationException extends TokenVerificationException Token verification exception that bears an error to be logged via event system and a message to show to the user e.g. viaErrorPage.error().- Author:
- hmlnarik
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ExplainedTokenVerificationException(JsonWebToken token, String errorEvent)ExplainedTokenVerificationException(JsonWebToken token, String errorEvent, String message)ExplainedTokenVerificationException(JsonWebToken token, String errorEvent, String message, Throwable cause)ExplainedTokenVerificationException(JsonWebToken token, String errorEvent, Throwable cause)ExplainedTokenVerificationException(JsonWebToken token, ExplainedVerificationException cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorEvent()- 
Methods inherited from class org.keycloak.exceptions.TokenVerificationExceptiongetToken
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ExplainedTokenVerificationExceptionpublic ExplainedTokenVerificationException(JsonWebToken token, ExplainedVerificationException cause) 
 - 
ExplainedTokenVerificationExceptionpublic ExplainedTokenVerificationException(JsonWebToken token, String errorEvent) 
 - 
ExplainedTokenVerificationExceptionpublic ExplainedTokenVerificationException(JsonWebToken token, String errorEvent, String message) 
 - 
ExplainedTokenVerificationExceptionpublic ExplainedTokenVerificationException(JsonWebToken token, String errorEvent, String message, Throwable cause) 
 - 
ExplainedTokenVerificationExceptionpublic ExplainedTokenVerificationException(JsonWebToken token, String errorEvent, Throwable cause) 
 
- 
 - 
Method Detail- 
getErrorEventpublic String getErrorEvent() 
 
- 
 
-