Class VaultException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SecretNotFoundException, VaultLoginException, VaultPropertySourceNotFoundException, VaultSessionManagerException, VaultTokenLookupException

public class VaultException extends NestedRuntimeException
The Spring Vault specific NestedRuntimeException implementation.
Author:
Mark Paluch
See Also:
  • Constructor Details

    • VaultException

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

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