Class CommitStateUnknownException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iceberg.exceptions.CommitStateUnknownException
All Implemented Interfaces:
Serializable

public class CommitStateUnknownException extends 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:
  • Constructor Details

    • CommitStateUnknownException

      public CommitStateUnknownException(Throwable cause)
    • CommitStateUnknownException

      public CommitStateUnknownException(String message, Throwable cause)