Class MergeIdenticalTreeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChangeAlreadyMergedException

public class MergeIdenticalTreeException extends ResourceConflictException
Indicates that the commit is already contained in destination branch. Either the commit itself is in the source tree, or the content is merged
See Also:
  • Constructor Details

    • MergeIdenticalTreeException

      public MergeIdenticalTreeException(String msg)
      Parameters:
      msg - message to return to the client describing the error.