Class OpenIdConnectVerificationException

    • Constructor Detail

      • OpenIdConnectVerificationException

        public OpenIdConnectVerificationException()
        Construct the exception.
      • OpenIdConnectVerificationException

        public OpenIdConnectVerificationException​(String message)
        Construct the exception with the given message.
        Parameters:
        message - The message.
      • OpenIdConnectVerificationException

        public OpenIdConnectVerificationException​(String message,
                                                  Throwable cause)
        Construct the exception with the given message and cause.
        Parameters:
        message - The message.
        cause - The cause.
      • OpenIdConnectVerificationException

        public OpenIdConnectVerificationException​(Throwable cause)
        Construct the exception with the given cause.
        Parameters:
        cause - The cause.