Class ConfigEncryptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.config.encryption.ConfigEncryptionException
- All Implemented Interfaces:
Serializable
Secure config related exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigEncryptionException(String message) Constructs a new config encryption exception with the specified detail message.ConfigEncryptionException(String message, Throwable cause) Construct with a message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigEncryptionException
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 theThrowable.getMessage()method.
-
ConfigEncryptionException
-