Package io.pravega.auth
Class InvalidClaimException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.pravega.auth.AuthException
-
- io.pravega.auth.TokenException
-
- io.pravega.auth.InvalidClaimException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidClaimException extends TokenException
Indicates that the token did not contain a claim being made during token verification.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidClaimException(java.lang.Exception e)InvalidClaimException(java.lang.String message)
-
Method Summary
-
Methods inherited from class io.pravega.auth.AuthException
getResponseCode
-
-