Class ConfigEncryptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.config.encryption.ConfigEncryptionException
All Implemented Interfaces:
Serializable

public class ConfigEncryptionException extends RuntimeException
Secure config related exception.
See Also:
  • Constructor Details

    • 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: