Package org.projectnessie.error
package org.projectnessie.error
-
ClassDescriptionA caught exception that is thrown on the server and caught in the client.Defines Nessie error codes that are more fine-grained than HTTP status codes and maps them to exception classes.A common interfaces for Nessie exceptions that have an associated
ErrorCode.If a backend store refuses to process a request, the condition is signalled to clients via this exception.Represents error responses to malformed or invalid client requests.Base class for all exceptions that are represented by the HTTPConflictstatus code (409).This exception is thrown when the requested content object is not present in the store.Represents Nessie-specific API error details.Represents failures related to Nessie-specific access controls.This exception is thrown when the namespace with the same name already exists.This exception is thrown when the namespace is not empty.This exception is thrown when a requested Namespace is not present in the store.Base class for all exceptions that are represented by the HTTPNot Foundstatus code (404).This exception is thrown when a reference could not be created because another reference with the same name is already present in the store.This exception is thrown when the expected state of a reference (e.g.This exception is thrown when a requested reference is not present in the store.Represents unchecked exceptions raised by Nessie API endpoints.Represents failures related to Nessie being temporarily unavailable.This exception is thrown when the request's media type is not accepted at its specified path.