public class OperationExecutionException extends ContingencyException
execute,
Serialized Form| Constructor and Description |
|---|
OperationExecutionException(Operation failedOperation,
int failedOperationIndex,
OperationResult failedOperationResult) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OperationExecutionException(Operation failedOperation, int failedOperationIndex, OperationResult failedOperationResult)
public Operation getFailedOperation()
public OperationResult getFailedOperationResult()
public int getFailedOperationIndex()
Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.