Searched refs:IndexingException (Results 1 - 7 of 7) 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):
H A Dindexer.py97 raise search_errors.IndexingException(
/pkg/src/tests/api/
H A Dt_indexer.py82 self.assertRaises(se.IndexingException, indexer.Indexer,
/pkg/src/
H A Ddepot.py865 except search_errors.IndexingException as _e:
885 except (sr.RepositoryError, search_errors.IndexingException,
895 except (search_errors.IndexingException,
907 except (search_errors.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):
H A Dimageplan.py4711 except se.IndexingException as e:
/pkg/src/modules/server/
H A Drepository.py1457 except se.IndexingException as e:
1459 except se.IndexingException as e:

Completed in 59 milliseconds