Package org.apache.iceberg
Class RetryableValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iceberg.exceptions.ValidationException
org.apache.iceberg.RetryableValidationException
- All Implemented Interfaces:
Serializable,CleanableFailure
A
ValidationException that indicates a validation failure that can be fixed and retried.
This is specifically not a conflict. This is used when a validation failed because the commit includes stale values, such as a sequence number or first-row-id that is behind the current table state. Retrying the commit with refreshed metadata can resolve the failure.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRetryableValidationException(String message, Object... args) RetryableValidationException(Throwable cause, String message, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetryableValidationException
-
RetryableValidationException
-
-
Method Details
-
check
-