Package org.keycloak.vault
Class VaultNotFoundException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.keycloak.vault.VaultNotFoundException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class VaultNotFoundException extends RuntimeException Thrown when a vault directory doesn't exist.- Author:
- Sebastian Ćaskawiec
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description VaultNotFoundException(String message)Constructs new exception.
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
VaultNotFoundExceptionpublic VaultNotFoundException(String message) Constructs new exception.- Parameters:
- message- A full text message of the exception.
 
 
- 
 
-