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