Class ConfigEncryptionException

    • Constructor Detail

      • ConfigEncryptionException

        public ConfigEncryptionException​(String message)
        Constructs a new config encryption exception with the specified detail message.
        Parameters:
        message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
      • ConfigEncryptionException

        public ConfigEncryptionException​(String message,
                                         Throwable cause)
        Construct with a message.
        Parameters:
        message - message with descriptive information about the failure
        cause - cause of this exception
        See Also:
        Exception(String, Throwable)