Class DivergedChangeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.sandbox.exception.DivergedChangeException
All Implemented Interfaces:
Serializable

public class DivergedChangeException extends RuntimeException
Thrown to indicate one or more ChangeSummary instances are diverged. A summary can be diverged when it has not absorbed ChangeDetail entries from another ChangeSummary for the same entity already promoted by another author. In this way, the current ChangeSummary is unaware of some changes already promoted in advance and is considered Diverged. Diverged ChangeSummaries must be rebased before they are allowed to promote.
Author:
Jeff Fischer
See Also:
  • Constructor Details

    • DivergedChangeException

      public DivergedChangeException(DivergedSummaries divergedSummaries)
  • Method Details