Package org.kiwiproject.ansible.vault
Class VaultEncryptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kiwiproject.ansible.vault.VaultEncryptionException
- All Implemented Interfaces:
Serializable
Runtime exception for errors that occur making
ansible-vault calls, but which are not related to invalid
method or constructor arguments. Often will wrap an underlying exception such as an IOException.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVaultEncryptionException(String message) VaultEncryptionException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VaultEncryptionException
public VaultEncryptionException() -
VaultEncryptionException
-
VaultEncryptionException
-
VaultEncryptionException
-