Class NotesMergeConflictException

    • Constructor Detail

      • NotesMergeConflictException

        public NotesMergeConflictException​(Note base,
                                           Note ours,
                                           Note theirs)
        Construct a NotesMergeConflictException for the specified base, ours and theirs note versions.
        Parameters:
        base - note version
        ours - note version
        theirs - note version
      • NotesMergeConflictException

        public NotesMergeConflictException​(org.eclipse.jgit.notes.NonNoteEntry base,
                                           org.eclipse.jgit.notes.NonNoteEntry ours,
                                           org.eclipse.jgit.notes.NonNoteEntry theirs)
        Constructs a NotesMergeConflictException for the specified base, ours and theirs versions of the root note tree.
        Parameters:
        base - version of the root note tree
        ours - version of the root note tree
        theirs - version of the root note tree