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
Thrown when a vault directory doesn't exist.
- Author:
- Sebastian Ćaskawiec
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VaultNotFoundException
Constructs new exception.- Parameters:
message
- A full text message of the exception.
-