Class 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:
    Serialized Form
    • Constructor Detail

      • VaultEncryptionException

        public VaultEncryptionException()
      • VaultEncryptionException

        public VaultEncryptionException​(String message)
      • VaultEncryptionException

        public VaultEncryptionException​(String message,
                                        Throwable cause)
      • VaultEncryptionException

        public VaultEncryptionException​(Throwable cause)