com.auth0.jwt
Class JWTExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.auth0.jwt.JWTVerifyException
com.auth0.jwt.JWTExpiredException
- All Implemented Interfaces:
- Serializable
public class JWTExpiredException
- extends JWTVerifyException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JWTExpiredException
public JWTExpiredException(long expiration)
JWTExpiredException
public JWTExpiredException(String message,
long expiration)
getExpiration
public long getExpiration()
Copyright © 2015. All Rights Reserved.