Package com.auth0.jwt.exceptions
Class TokenExpiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.auth0.jwt.exceptions.JWTVerificationException
-
- com.auth0.jwt.exceptions.TokenExpiredException
-
- All Implemented Interfaces:
java.io.Serializable
public class TokenExpiredException extends JWTVerificationException
The exception that is thrown if the token is expired.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenExpiredException(java.lang.String message, java.time.Instant expiredOn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.Instant
getExpiredOn()
-