Package oracle.kv
Class OperationExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.kv.ContingencyException
oracle.kv.OperationExecutionException
- All Implemented Interfaces:
- Serializable
Used to indicate a failure to execute a sequence of operations.
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionThe operation that caused the execution to be aborted.intThe list index of the operation that caused the execution to be aborted.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- 
getFailedOperationThe operation that caused the execution to be aborted.
- 
getFailedOperationResultThe result of the operation that caused the execution to be aborted.
- 
getFailedOperationIndexpublic int getFailedOperationIndex()The list index of the operation that caused the execution to be aborted.
 
-