Class NessieReferenceConflictException

  • All Implemented Interfaces:
    java.io.Serializable, ErrorCodeAware

    public class NessieReferenceConflictException
    extends NessieConflictException
    This exception is thrown when the expected state of a reference (e.g. the hash of the HEAD of a branch) does not match the hash provided by the caller or when the requested operation could not be completed within the configured time and number of retries due to concurrent operations.
    See Also:
    Serialized Form
    • Constructor Detail

      • NessieReferenceConflictException

        public NessieReferenceConflictException​(java.lang.String message,
                                                java.lang.Throwable cause)
      • NessieReferenceConflictException

        public NessieReferenceConflictException​(java.lang.String message)
      • NessieReferenceConflictException

        public NessieReferenceConflictException​(NessieError error)