Class NessieReferenceConflictException

  • All Implemented Interfaces:
    Serializable

    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.
    See Also:
    Serialized Form
    • Constructor Detail

      • NessieReferenceConflictException

        public NessieReferenceConflictException​(String message,
                                                Throwable cause)
      • NessieReferenceConflictException

        public NessieReferenceConflictException​(String message)
      • NessieReferenceConflictException

        public NessieReferenceConflictException​(NessieError error)