Class ConnectionException

All Implemented Interfaces:
Serializable

public class ConnectionException extends VaultConnectorException
Exception thrown on problems with connection to Vault backend.
Since:
0.1
Author:
Stefan Kalscheuer
See Also:
  • Constructor Details

    • ConnectionException

      public ConnectionException()
      Constructs a new empty exception.
    • ConnectionException

      public ConnectionException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message
    • ConnectionException

      public ConnectionException(Throwable cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - the cause
    • ConnectionException

      public ConnectionException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause