Class ChangeAlreadyMergedException

All Implemented Interfaces:
Serializable

public class ChangeAlreadyMergedException extends MergeIdenticalTreeException
Indicates that the change or commit is already in the source tree.
See Also:
  • Constructor Details

    • ChangeAlreadyMergedException

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