Package com.auth0.jwt.exceptions
Class InvalidClaimException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.auth0.jwt.exceptions.JWTVerificationException
-
- com.auth0.jwt.exceptions.InvalidClaimException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
IncorrectClaimException
,MissingClaimException
public class InvalidClaimException extends JWTVerificationException
The exception that will be thrown while verifying Claims of a JWT.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidClaimException(java.lang.String message)
-