Lines Matching defs:StandardException
6 class StandardException(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, This exception is to be used for
47 class LdapException(StandardException):
49 Override StandardException, This exception is to be used for LDAP Errors
53 class RPMException(StandardException):
55 Override StandardException, This exception is to be used for RPM Errors