Class ReferenceConflictException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MergeConflictException, ReferenceRetryFailureException

public class ReferenceConflictException extends VersionStoreException
Exception thrown when the hash associated with a named reference does not match with the hash provided by the caller.
See Also:
  • Constructor Details

    • ReferenceConflictException

      public ReferenceConflictException(String message)
    • ReferenceConflictException

      public ReferenceConflictException(org.projectnessie.model.Conflict conflict)
    • ReferenceConflictException

      public ReferenceConflictException(Collection<org.projectnessie.model.Conflict> conflicts)
    • ReferenceConflictException

      public ReferenceConflictException(org.projectnessie.error.ReferenceConflicts referenceConflicts, String message)
    • ReferenceConflictException

      public ReferenceConflictException(String message, Throwable t)
  • Method Details

    • getReferenceConflicts

      public org.projectnessie.error.ReferenceConflicts getReferenceConflicts()