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

Class LDAPUnknownError

source code

exceptions.Exception --+    
                       |    
          LDAPResult --+    
                       |    
           LDAPException --+
                           |
                          LDAPUnknownError

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

Inherited from exceptions.Exception: __getitem__

Class Variables [hide private]
  resultCode = None

Inherited from LDAPResult: name

Method Details [hide private]

__init__(self, resultCode, message=None)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__