| BaseNessieClientServerException |
A caught exception that is thrown on the server and caught in the client.
|
| NessieBackendThrottledException |
If a backend store refuses to process a request, the condition is signalled to clients via this
exception.
|
| NessieBadRequestException |
Represents error responses to malformed or invalid client requests.
|
| NessieConflictException |
Base class for all exceptions that are represented by the HTTP Conflict status code
(409).
|
| NessieContentNotFoundException |
This exception is thrown when the requested content object is not present in the store.
|
| NessieForbiddenException |
Represents failures related to Nessie-specific access controls.
|
| NessieNamespaceAlreadyExistsException |
This exception is thrown when the namespace with the same name already exists.
|
| NessieNamespaceNotEmptyException |
This exception is thrown when the namespace is not empty.
|
| NessieNamespaceNotFoundException |
This exception is thrown when a requested Namespace is not present in the store.
|
| NessieNotFoundException |
Base class for all exceptions that are represented by the HTTP Not Found status code
(404).
|
| NessieReferenceAlreadyExistsException |
This exception is thrown when a reference could not be created because another reference with the
same name is already present in the store.
|
| NessieReferenceConflictException |
This exception is thrown when the expected state of a reference (e.g.
|
| NessieReferenceNotFoundException |
This exception is thrown when a requested reference is not present in the store.
|
| NessieRefLogNotFoundException |
This exception is thrown when a requested reflog is not present in the store.
|
| NessieRuntimeException |
Represents unchecked exceptions raised by Nessie API endpoints.
|