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

/sssd-io/src/tests/python/sssd/testlib/common/
H A Dexceptions.py6 class StandardException(Exception): class in inherits:Exception
14 super(StandardException, self).__init__(self.msg)
20 class InvalidInput(StandardException):
22 Override StandardException used mainly when invalid input is passed
26 class DirSrvException(StandardException):
28 Override StandardException, This exception is to be used for
33 class PkiLibException(StandardException):
35 Override StandardException,
40 class OSException(StandardException):
42 Override StandardException, Thi
[all...]

Completed in 7 milliseconds