Package io.pravega.auth
Class TokenExpiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.pravega.auth.AuthException
-
- io.pravega.auth.TokenException
-
- io.pravega.auth.TokenExpiredException
-
- All Implemented Interfaces:
java.io.Serializable
public class TokenExpiredException extends TokenException
Indicates that the token has expired. Expiry for a JWT is determined based on 'exp' claim, as described here: https://tools.ietf.org/html/rfc7519#section-4.1.4.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenExpiredException(java.lang.Exception e)TokenExpiredException(java.lang.String message)
-
Method Summary
-
Methods inherited from class io.pravega.auth.AuthException
getResponseCode
-
-