Class MissingClaimException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      MissingClaimException​(java.lang.String claimName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClaimName()
      This method can be used to fetch the name for which the Claim is missing during the verification.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MissingClaimException

        public MissingClaimException​(java.lang.String claimName)
    • Method Detail

      • getClaimName

        public java.lang.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.