Class TableOpExecutionException

All Implemented Interfaces:
Serializable

public class TableOpExecutionException extends ContingencyException
Provides information about a failure from the sequence of operations executed by TableAPI.execute(List<TableOperation>, WriteOptions)
See Also:
  • Method Details

    • getFailedOperation

      public TableOperation getFailedOperation()
      Returns the operation that caused the execution to be aborted.
      Returns:
      the operation that caused the execution to be aborted
    • getFailedOperationResult

      public TableOperationResult getFailedOperationResult()
      Returns the result of the operation that caused the execution to be aborted.
      Returns:
      the result of the operation that caused the execution to be aborted
    • getFailedOperationIndex

      public int getFailedOperationIndex()
      Returns the list index of the operation that caused the execution to be aborted.
      Returns:
      the list index of the operation that caused the execution to be aborted