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 SummaryConstructors Constructor Description VaultConfigurationException(String message)Constructs a newVaultConfigurationException.
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
VaultConfigurationExceptionpublic VaultConfigurationException(String message) Constructs a newVaultConfigurationException.- Parameters:
- message- the exception message.
 
 
- 
 
-