public class TokenHandlerException extends Exception
TokenHandler
on either creation, validation, or state extraction.Constructor and Description |
---|
TokenHandlerException(String message)
Constructs a new exception with the specified detail message.
|
TokenHandlerException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
TokenHandlerException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TokenHandlerException(String message)
message
- the messagepublic TokenHandlerException(Throwable cause)
cause
- the causeCopyright 2010-2022 ForgeRock AS.