Package ldaptor :: Package protocols :: Package ldap :: Module ldaperrors :: Class LDAPException
[hide private]
[frames] | no frames]

Class LDAPException

source code

exceptions.Exception --+
                       |
          LDAPResult --+
                       |
                      LDAPException
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, message=None) source code
 
__str__(self) source code

Inherited from exceptions.Exception: __getitem__

Class Variables [hide private]

Inherited from LDAPResult: name, resultCode

Method Details [hide private]

__init__(self, message=None)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__