Package oracle.kv

Class OperationExecutionException

All Implemented Interfaces:
Serializable

public class OperationExecutionException extends ContingencyException
Used to indicate a failure to execute a sequence of operations.
See Also:
  • Method Details

    • 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.