Package io.pravega.auth
Class TokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.pravega.auth.AuthException
-
- io.pravega.auth.TokenException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvalidClaimException,InvalidTokenException,TokenExpiredException
public abstract class TokenException extends AuthException
An abstract superclass for exceptions that can be thrown while handling delegation tokens.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenException(java.lang.Exception e)TokenException(java.lang.String message)
-
Method Summary
-
Methods inherited from class io.pravega.auth.AuthException
getResponseCode
-
-