Class VaultConnectorException

    • Constructor Detail

      • VaultConnectorException

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

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

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

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