Class NessieNotFoundException

All Implemented Interfaces:
Serializable, ErrorCodeAware
Direct Known Subclasses:
NessieContentNotFoundException, NessieNamespaceNotFoundException, NessieReferenceNotFoundException

public abstract class NessieNotFoundException extends BaseNessieClientServerException
Base class for all exceptions that are represented by the HTTP Not Found status code (404).

This exception should not be instantiated directly on the server-side. It may be instantiated and thrown on the client side to represent cases when the server responded with the HTTP Not Found status code, but no fine-grained error information was available.

See Also:
  • Constructor Details

    • NessieNotFoundException

      protected NessieNotFoundException(String message, Throwable cause)
    • NessieNotFoundException

      protected NessieNotFoundException(String message)
    • NessieNotFoundException

      protected NessieNotFoundException(NessieError error)