Class VaultConnectorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.stklcode.jvault.connector.exception.VaultConnectorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthorizationRequiredException, ConnectionException, InvalidRequestException, InvalidResponseException, PermissionDeniedException, TlsException

public abstract class VaultConnectorException extends Exception
Abstract Exception class for Vault Connector internal exceptions.
Since:
0.1
Author:
Stefan Kalscheuer
See Also:
  • Constructor Details

    • VaultConnectorException

      protected VaultConnectorException()
      Constructs a new empty exception.
    • VaultConnectorException

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

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

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