Class NessieConflictException

All Implemented Interfaces:
Serializable, ErrorCodeAware
Direct Known Subclasses:
NessieNamespaceAlreadyExistsException, NessieNamespaceNotEmptyException, NessieReferenceAlreadyExistsException, NessieReferenceConflictException

public abstract class NessieConflictException extends BaseNessieClientServerException
Base class for all exceptions that are represented by the HTTP Conflict status code (409).

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 Conflict status code, but no fine-grained error information was available.

See Also:
  • Constructor Details

    • NessieConflictException

      protected NessieConflictException(String message, Throwable cause)
    • NessieConflictException

      protected NessieConflictException(String message)
    • NessieConflictException

      protected NessieConflictException(NessieError error)