java.io.Serializablepublic class OperationExecutionException extends ContingencyException
execute,
Serialized Form| Modifier and Type | Method | 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.
|
public Operation getFailedOperation()
public OperationResult getFailedOperationResult()
public int getFailedOperationIndex()
Copyright (c) 2011, 2018 Oracle and/or its affiliates. All rights reserved.