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