| BaseNessieClientServerException |
A caught exception that is thrown on the server and caught in the client.
|
| 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.
|
| 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.
|