Class SecretException

    • Constructor Detail

      • SecretException

        protected SecretException​(String message)
        Construct a secret exception with the given message.
        Parameters:
        message - The message.
      • SecretException

        protected SecretException​(String message,
                                  Throwable cause)
        Construct a secret exception with the given message and cause.
        Parameters:
        message - The message.
        cause - The cause.