public class SearchException extends SearchBaseException
| Constructor and Description |
|---|
SearchException(OperationResult operationResult)
Constructs an exception when some error occurred in
the search service when processing a search request.
|
SearchException(java.lang.String message)
Constructs an exception when some error occurred in
the search service when processing a search request.
|
getOperationResultpublic SearchException(java.lang.String message)
message - the error detail associated with the failurepublic SearchException(OperationResult operationResult)
operationResult - the error code and message detail associated with
the failure