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
public class VaultConfigurationException extends RuntimeException
This exception is thrown when the factory fails to init due to a configuration error.- Author:
- Stefan Guilhen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VaultConfigurationException(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 Detail
-
VaultConfigurationException
public VaultConfigurationException(String message)
Constructs a newVaultConfigurationException
.- Parameters:
message
- the exception message.
-
-