Class CherrypickAncestorCommitException

All Implemented Interfaces:
Serializable, CleanableFailure

public class CherrypickAncestorCommitException extends ValidationException
This exception occurs when one cherrypicks an ancestor or when the picked snapshot is already linked to a published ancestor. This additionally helps avoid duplicate cherrypicks on non-WAP snapshots.
See Also:
  • Constructor Details

    • CherrypickAncestorCommitException

      public CherrypickAncestorCommitException(long snapshotId)
    • CherrypickAncestorCommitException

      public CherrypickAncestorCommitException(long snapshotId, long publishedAncestorId)