Class IncorrectClaimException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IncorrectClaimException
    extends InvalidClaimException
    Exception thrown when discovering that a required claim does not equal the required value, indicating the paseto is invalid and may not be used.
    Since:
    0.1
    See Also:
    Serialized Form
    • Constructor Detail

      • IncorrectClaimException

        public IncorrectClaimException​(Paseto paseto,
                                       java.lang.String claimName,
                                       java.lang.String claimDescription,
                                       java.lang.String message)
      • IncorrectClaimException

        public IncorrectClaimException​(Paseto paseto,
                                       java.lang.String claimName,
                                       java.lang.String claimDescription,
                                       java.lang.String message,
                                       java.lang.Throwable cause)