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:
java.io.Serializable
,CleanableFailure
public class DuplicateWAPCommitException extends ValidationException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateWAPCommitException(java.lang.String wapId)
-
Method Summary
-
Methods inherited from class org.apache.iceberg.exceptions.ValidationException
check
-
-