Package oracle.kv.table
Class TableOpExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.kv.ContingencyException
oracle.kv.table.TableOpExecutionException
- All Implemented Interfaces:
- Serializable
Provides information about a failure from the sequence of operations
 executed by 
TableAPI.execute(List<TableOperation>, WriteOptions)- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the operation that caused the execution to be aborted.intReturns the list index of the operation that caused the execution to be aborted.Returns the result of the operation that caused the execution to be aborted.Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Method Details- 
getFailedOperationReturns the operation that caused the execution to be aborted.- Returns:
- the operation that caused the execution to be aborted
 
- 
getFailedOperationResultReturns 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
 
- 
getFailedOperationIndexpublic 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
 
 
-