Package de.stklcode.jvault.connector.exception
Some custom exceptions for error handling.
-
Exception Summary Exception Description AuthorizationRequiredException Exception thrown trying to do a request without any authorization handles.ConnectionException Exception thrown on problems with connection to Vault backend.InvalidRequestException Exception thrown when trying to send malformed request.InvalidResponseException Exception thrown when response from vault returned with erroneous status code or payload could not be parsed to entity class.PermissionDeniedException Exception thrown when trying to access a path the current user/token does not have permission to access.TlsException Exception thrown on errors with TLS connection.VaultConnectorException Abstract Exception class for Vault Connector internal exceptions.