Class VaultApiException

All Implemented Interfaces:
Serializable

public class VaultApiException extends ApiException
Exception in Vault communication not based on HTTP response.
See Also:
  • Constructor Details

    • VaultApiException

      public VaultApiException(String message)
      Vault exception with a descriptive message.
      Parameters:
      message - error message
    • VaultApiException

      public VaultApiException(String format, Object... args)
      Vault exception with a descriptive message.
      Parameters:
      format - a Formatter string
      args - format string arguments
    • VaultApiException

      public VaultApiException(String message, Throwable cause)
      Vault exception with message and a cause.
      Parameters:
      message - error message
      cause - throwable that caused this exception