Package com.nimbusds.jwt.proc
Class ExpiredJWTException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nimbusds.jose.proc.BadJOSEException
com.nimbusds.jwt.proc.BadJWTException
com.nimbusds.jwt.proc.ExpiredJWTException
- All Implemented Interfaces:
Serializable
Expires JSON Web Token (JWT) exception.
- Version:
- 2024-04-03
- Author:
- Vladimir Dzhuvinov
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpiredJWTException
Creates a new expired JWT exception.- Parameters:
message
- The exception message.
-