Package org.apache.iceberg.exceptions
Class CommitStateUnknownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iceberg.exceptions.CommitStateUnknownException
- All Implemented Interfaces:
- Serializable
Exception for a failure to confirm either affirmatively or negatively that a commit was applied.
 The client cannot take any further action without possibly corrupting the table.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CommitStateUnknownException
- 
CommitStateUnknownException
 
-