Class InvalidDPoPNonceException

All Implemented Interfaces:
Serializable

Invalid DPoP nonce exception.
See Also:
  • Constructor Details

    • InvalidDPoPNonceException

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