Class InvalidClaimException

All Implemented Interfaces:
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 Details

    • InvalidClaimException

      public InvalidClaimException(String message)