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 org.keycloak.exceptions.TokenVerificationException
Token verification exception that bears an error to be logged via event system and a message to show to the user e.g. via ErrorPage.error().
Author:
hmlnarik
See Also:
  • Constructor Details

    • ExplainedTokenVerificationException

      public ExplainedTokenVerificationException(org.keycloak.representations.JsonWebToken token, ExplainedVerificationException cause)
    • ExplainedTokenVerificationException

      public ExplainedTokenVerificationException(org.keycloak.representations.JsonWebToken token, String errorEvent)
    • ExplainedTokenVerificationException

      public ExplainedTokenVerificationException(org.keycloak.representations.JsonWebToken token, String errorEvent, String message)
    • ExplainedTokenVerificationException

      public ExplainedTokenVerificationException(org.keycloak.representations.JsonWebToken token, String errorEvent, String message, Throwable cause)
    • ExplainedTokenVerificationException

      public ExplainedTokenVerificationException(org.keycloak.representations.JsonWebToken token, String errorEvent, Throwable cause)
  • Method Details

    • getErrorEvent

      public String getErrorEvent()