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 Summary
Constructors Constructor Description VaultNotFoundException(String message)
Constructs new exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
VaultNotFoundException
public VaultNotFoundException(String message)
Constructs new exception.- Parameters:
message
- A full text message of the exception.
-
-