public class DeleteException extends SearchBaseException
Constructor and Description |
---|
DeleteException(OperationResult operationResult)
Constructs an exception when some error occurred in
the search service whilst processing a delete operation.
|
DeleteException(OperationResult operationResult,
java.util.List<OperationResult> results)
Constructs an exception when some error occurred in
the search service whilst processing a delete operation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<OperationResult> |
getResults() |
getOperationResult
public DeleteException(OperationResult operationResult)
operationResult
- the error code and message detail associated with
the failurepublic DeleteException(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 deletedpublic java.util.List<OperationResult> getResults()
OperationResult
where each result is
associated with the id of the object that was requested to be deleted