Class VaultClient.VaultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.scivicslab.actoriac.VaultClient.VaultException
- All Implemented Interfaces:
Serializable
- Enclosing class:
VaultClient
Exception thrown when Vault operations fail.
- Author:
- devteam@scivics-lab.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVaultException(String message) VaultException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VaultException
-
VaultException
-