java.io.Serializablepublic class TableOpExecutionException extends ContingencyException
TableAPI.execute(List<TableOperation>, WriteOptions)| Modifier and Type | Method | Description |
|---|---|---|
TableOperation |
getFailedOperation() |
Returns the operation that caused the execution to be aborted.
|
int |
getFailedOperationIndex() |
Returns the list index of the operation that caused the execution to be
aborted.
|
TableOperationResult |
getFailedOperationResult() |
Returns the result of the operation that caused the execution to be
aborted.
|
public TableOperation getFailedOperation()
public TableOperationResult getFailedOperationResult()
public int getFailedOperationIndex()
Copyright (c) 2011, 2018 Oracle and/or its affiliates. All rights reserved.