Class VaultClient.VaultException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.scivicslab.turingworkflow.plugins.vault.VaultClient.VaultException
All Implemented Interfaces:
Serializable
Enclosing class:
VaultClient

public static class VaultClient.VaultException extends Exception
Exception thrown when Vault operations fail, such as communication errors, authentication failures, or missing secrets.
See Also:
  • Constructor Details

    • VaultException

      public VaultException(String message)
      Creates a new VaultException with the specified detail message.
      Parameters:
      message - a description of what went wrong
    • VaultException

      public VaultException(String message, Throwable cause)
      Creates a new VaultException with the specified detail message and cause.
      Parameters:
      message - a description of what went wrong
      cause - the underlying exception