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
public class VaultEncryptionException extends RuntimeException
Runtime exception for errors that occur makingansible-vaultcalls, but which are not related to invalid method or constructor arguments. Often will wrap an underlying exception such as anIOException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VaultEncryptionException()VaultEncryptionException(String message)VaultEncryptionException(String message, Throwable cause)VaultEncryptionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-