Class VaultLoginException

All Implemented Interfaces:
Serializable

public class VaultLoginException extends VaultException
Exception thrown if Vault login fails. The root cause is typically attached as cause.
Since:
2.1
Author:
Mark Paluch
See Also:
  • Constructor Details

    • VaultLoginException

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

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