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 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 Details

    • VaultEncryptionException

      public VaultEncryptionException()
    • VaultEncryptionException

      public VaultEncryptionException(String message)
    • VaultEncryptionException

      public VaultEncryptionException(String message, Throwable cause)
    • VaultEncryptionException

      public VaultEncryptionException(Throwable cause)