Searched defs:IndexingException (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/
H A Dsearch_errors.py32 class IndexingException(Exception): class in inherits:Exception
39 class InconsistentIndexException(IndexingException):
49 class IndexLockedException(IndexingException):
54 IndexingException.__init__(self, None)
69 class ProblematicPermissionsIndexException(IndexingException):
/pkg/src/modules/client/
H A Dapi_errors.py1436 class IndexingException(SearchException): class in inherits:SearchException
1444 class CorruptedIndexException(IndexingException):
1450 class InconsistentIndexException(IndexingException):
1454 IndexingException.__init__(self, e)
1461 class IndexLockedException(IndexingException):
1466 IndexingException.__init__(self, e)
1473 class ProblematicPermissionsIndexException(IndexingException):

Completed in 240 milliseconds