public class SearchBaseException extends RuntimeExceptionThrown to indicate that a search service failure occurred.
Constructors
SearchBaseException(OperationResult operationResult)
public SearchBaseException(OperationResult operationResult)Constructs an exception when some error occurred in the search service.
| Parameter | |
|---|---|
| Name | Description |
operationResult |
OperationResultthe error code and message detail associated with the failure |
Methods
getOperationResult()
public OperationResult getOperationResult()| Returns | |
|---|---|
| Type | Description |
OperationResult |
the error code and message detail associated with the failure |