Oracle NoSQL Database
version 11gR2.2.0.26

oracle.kv
Class OperationExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.kv.ContingencyException
              extended by 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

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

OperationExecutionException

public OperationExecutionException(Operation failedOperation,
                                   int failedOperationIndex,
                                   OperationResult failedOperationResult)
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.


Oracle NoSQL Database
version 11gR2.2.0.26

Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.