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:
java.io.Serializable
public class CommitStateUnknownException extends java.lang.RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommitStateUnknownException(java.lang.String message, java.lang.Throwable cause)
CommitStateUnknownException(java.lang.Throwable cause)
-