Class TokenInterceptorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.keycloak.protocol.oidc.token.TokenInterceptorException
All Implemented Interfaces:
Serializable

public class TokenInterceptorException extends RuntimeException
See Also:
  • Constructor Details

    • TokenInterceptorException

      public TokenInterceptorException(String error, String description)
  • Method Details

    • getError

      public String getError()
    • getDescription

      public String getDescription()