Package oracle.kv
Class OperationExecutionException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- oracle.kv.ContingencyException
 - 
- oracle.kv.OperationExecutionException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class OperationExecutionException extends ContingencyException
Used to indicate a failure to execute a sequence of operations.- See Also:
 execute, Serialized Form
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationgetFailedOperation()The operation that caused the execution to be aborted.intgetFailedOperationIndex()The list index of the operation that caused the execution to be aborted.OperationResultgetFailedOperationResult()The result of the operation that caused the execution to be aborted.- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getFailedOperation
public Operation getFailedOperation()
The operation that caused the execution to be aborted. 
- 
getFailedOperationResult
public OperationResult getFailedOperationResult()
The result of the operation that caused the execution to be aborted. 
- 
getFailedOperationIndex
public int getFailedOperationIndex()
The list index of the operation that caused the execution to be aborted. 
 - 
 
 -