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).NessieNotFoundException Base class for all exceptions that are represented by the HTTPNot Foundstatus code (404). -
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).NessieNotFoundException Base class for all exceptions that are represented by the HTTPNot Foundstatus code (404). -
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.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).