Class InvalidDPoPProofException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nimbusds.oauth2.sdk.dpop.verifiers.InvalidDPoPProofException
All Implemented Interfaces:
Serializable

Invalid DPoP proof exception.
See Also:
  • Constructor Details

    • InvalidDPoPProofException

      Creates a new invalid DPoP proof exception.
      Parameters:
      message - The message, null if not specified.
    • InvalidDPoPProofException

      public InvalidDPoPProofException(String message, Throwable cause)
      Creates a new invalid DPoP proof exception.
      Parameters:
      message - The message, null if not specified.
      cause - The cause, null if not specified.