|
Oracle NoSQL Database version 11gR2.2.0.26 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
oracle.kv.ContingencyException
oracle.kv.OperationExecutionException
public class OperationExecutionException
Used to indicate a failure to execute a sequence of operations.
execute,
Serialized Form| Constructor Summary | |
|---|---|
OperationExecutionException(Operation failedOperation,
int failedOperationIndex,
OperationResult failedOperationResult)
|
|
| Method Summary | |
|---|---|
Operation |
getFailedOperation()
The operation that caused the execution to be aborted. |
int |
getFailedOperationIndex()
The list index of the operation that caused the execution to be aborted. |
OperationResult |
getFailedOperationResult()
The result of the operation that caused the execution to be aborted. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OperationExecutionException(Operation failedOperation,
int failedOperationIndex,
OperationResult failedOperationResult)
| Method Detail |
|---|
public Operation getFailedOperation()
public OperationResult getFailedOperationResult()
public int getFailedOperationIndex()
|
Oracle NoSQL Database version 11gR2.2.0.26 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||