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