All Implemented Interfaces:
Serializable

public class TlsException extends VaultConnectorException
Exception thrown on errors with TLS connection.
Since:
0.4.0
Author:
Stefan Kalscheuer
See Also:
  • Constructor Details

    • TlsException

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

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

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

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