public class RemoveException extends SearchBaseException
| Constructor and Description |
|---|
RemoveException(OperationResult operationResult)
Constructs an exception when some error occurred in
the search service whilst processing a remove operation.
|
RemoveException(OperationResult operationResult,
java.util.List<OperationResult> results)
Constructs an exception when some error occurred in
the search service whilst processing a remove operation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OperationResult> |
getResults() |
getOperationResultpublic RemoveException(OperationResult operationResult)
operationResult - the error code and message detail associated with
the failurepublic RemoveException(OperationResult operationResult, java.util.List<OperationResult> results)
operationResult - the error code and message detail associated with
the failureresults - the list of OperationResult where each result is
associated with the id of the object that was requested to be removedpublic java.util.List<OperationResult> getResults()
OperationResult where each result is
associated with the id of the object that was requested to be removed