Class InvalidDPoPProofException

    • Constructor Detail

      • InvalidDPoPProofException

        public InvalidDPoPProofException​(String message)
        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.