Class TokenHandlerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.tokenhandler.TokenHandlerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidTokenException

public class TokenHandlerException extends Exception
An exception generated by a TokenHandler on either creation, validation, or state extraction.
See Also:
  • Constructor Details

    • TokenHandlerException

      public TokenHandlerException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the message
    • TokenHandlerException

      public TokenHandlerException(Throwable cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - the cause
    • TokenHandlerException

      public TokenHandlerException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the message
      cause - the cause