Class MissingClaimException

All Implemented Interfaces:
Serializable

public class MissingClaimException extends InvalidClaimException
This exception is thrown when the claim to be verified is missing.
See Also:
Serialized Form
  • Constructor Details

    • MissingClaimException

      public MissingClaimException(String claimName)
  • Method Details

    • getClaimName

      public String getClaimName()
      This method can be used to fetch the name for which the Claim is missing during the verification.
      Returns:
      The name of the Claim that doesn't exist.