Uses of Package
org.projectnessie.error
-
Packages that use org.projectnessie.error Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.error -
Classes in org.projectnessie.error used by org.projectnessie.api Class Description NessieConflictException Base class for all exceptions that are represented by the HTTPConflictstatus code (409).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 HTTPNot Foundstatus code (404).NessieReferenceNotFoundException This exception is thrown when a requested reference is not present in the store. -
Classes in org.projectnessie.error used by org.projectnessie.api.http Class Description NessieConflictException Base class for all exceptions that are represented by the HTTPConflictstatus code (409).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 HTTPNot Foundstatus code (404).NessieReferenceNotFoundException This exception is thrown when a requested reference is not present in the store. -
Classes in org.projectnessie.error used by org.projectnessie.error Class Description BaseNessieClientServerException A caught exception that is thrown on the server and caught in the client.ErrorCode Defines Nessie error codes that are more fine-grained than HTTP status codes and maps them to exception classes.ErrorCodeAware A common interfaces for Nessie exceptions that have an associatedErrorCode.ImmutableNessieError Immutable implementation ofNessieError.ImmutableNessieError.Builder Builds instances of typeImmutableNessieError.NessieConflictException Base class for all exceptions that are represented by the HTTPConflictstatus code (409).NessieError Represents Nessie-specific API error details.NessieNotFoundException Base class for all exceptions that are represented by the HTTPNot Foundstatus code (404).NessieRuntimeException Represents unchecked exceptions raised by Nessie API endpoints.