Package org.apache.iceberg.exceptions
Class CherrypickAncestorCommitException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.apache.iceberg.exceptions.ValidationException
- 
- org.apache.iceberg.exceptions.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
 
- 
- 
Constructor SummaryConstructors Constructor Description CherrypickAncestorCommitException(long snapshotId)CherrypickAncestorCommitException(long snapshotId, long publishedAncestorId)
 - 
Method Summary- 
Methods inherited from class org.apache.iceberg.exceptions.ValidationExceptioncheck
 
- 
 
-