Class MergeConflictException

All Implemented Interfaces:
Serializable

public class MergeConflictException extends ReferenceConflictException
Special case of a ReferenceConflictException indicating that a non-dry-run merge or transplant operation could not be completed due to conflicts.
See Also:
  • Constructor Details

    • MergeConflictException

      public MergeConflictException(String message, MergeResult<?> mergeResult)
  • Method Details

    • getMergeResult

      public MergeResult<?> getMergeResult()