Class CherrypickAncestorCommitException

  • All Implemented Interfaces:
    java.io.Serializable

    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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CherrypickAncestorCommitException

        public CherrypickAncestorCommitException​(long snapshotId)
      • CherrypickAncestorCommitException

        public CherrypickAncestorCommitException​(long snapshotId,
                                                 long publishedAncestorId)