Package org.keycloak.vault
Class VaultConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.keycloak.vault.VaultConfigurationException
- All Implemented Interfaces:
Serializable
This exception is thrown when the factory fails to init due to a configuration error.
- Author:
- Stefan Guilhen
- See Also:
-
Constructor Summary
ConstructorDescriptionVaultConfigurationException
(String message) Constructs a newVaultConfigurationException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VaultConfigurationException
Constructs a newVaultConfigurationException
.- Parameters:
message
- the exception message.
-