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

/sssd-io/src/tests/python/sssd/testlib/common/
H A Dexceptions.py26 class DirSrvException(StandardException): class in inherits:StandardException
H A Dlibdirsrv.py10 from sssd.testlib.common.exceptions import DirSrvException namespace
135 DirSrvException
167 raise DirSrvException(
172 raise DirSrvException(
177 raise DirSrvException('fail to change permissions of pin.txt file')
182 raise DirSrvException('Could not Start DS Instance')
333 except DirSrvException as err:
419 DirSrvException: if instance directory already exists
425 raise DirSrvException('%s Instance already exists' %
448 DirSrvException
[all...]

Completed in 9 milliseconds