Lines Matching refs:SearchException
1330 class SearchException(ApiException):
1335 class MalformedSearchRequest(SearchException):
1340 SearchException.__init__(self)
1347 class NegativeSearchResult(SearchException):
1351 SearchException.__init__(self)
1359 class ProblematicSearchServers(SearchException):
1364 SearchException.__init__(self)
1387 class SlowSearchUsed(SearchException):
1397 class UnsupportedSearchError(SearchException):
1402 SearchException.__init__(self)
1436 class IndexingException(SearchException):
1440 SearchException.__init__(self)