Package org.apache.iceberg.exceptions
Class DuplicateWAPCommitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iceberg.exceptions.ValidationException
org.apache.iceberg.exceptions.DuplicateWAPCommitException
- All Implemented Interfaces:
- Serializable,- CleanableFailure
This exception occurs when the WAP workflow detects a duplicate wap commit. This helps clients to
 detect duplicate snapshots that are connected by the same wap id.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.iceberg.exceptions.ValidationExceptioncheckMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
DuplicateWAPCommitException
 
-