Class VaultPropertySourceNotFoundException

All Implemented Interfaces:
Serializable

public class VaultPropertySourceNotFoundException extends VaultException
Exception throws when a VaultPropertySource could not load its properties.
Since:
2.2
Author:
Mark Paluch
See Also:
  • Constructor Details

    • VaultPropertySourceNotFoundException

      public VaultPropertySourceNotFoundException(String msg)
      Create a VaultPropertySourceNotFoundException with the specified detail message.
      Parameters:
      msg - the detail message.
    • VaultPropertySourceNotFoundException

      public VaultPropertySourceNotFoundException(String msg, Throwable cause)
      Create a VaultPropertySourceNotFoundException with the specified detail message and nested exception.
      Parameters:
      msg - the detail message.
      cause - the nested exception.