public class SearchBaseException
extends java.lang.RuntimeException
Constructor and Description |
---|
SearchBaseException(OperationResult operationResult)
Constructs an exception when some error occurred in
the search service.
|
Modifier and Type | Method and Description |
---|---|
OperationResult |
getOperationResult() |
public SearchBaseException(OperationResult operationResult)
operationResult
- the error code and message detail associated with
the failurepublic OperationResult getOperationResult()