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 Summary
-
Method Summary
Methods inherited from class org.apache.iceberg.exceptions.ValidationException
check
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateWAPCommitException
-