Package ldaptor :: Package protocols :: Package ldap :: Module ldapclient :: Class LDAPClientConnectionLostException
[hide private]
[frames] | no frames]

Class LDAPClientConnectionLostException

source code

 exceptions.Exception --+    
                        |    
ldaperrors.LDAPResult --+    
                        |    
 ldaperrors.LDAPException --+
                            |
                           LDAPClientConnectionLostException

Instance Methods [hide private]
 
__str__(self) source code

Inherited from ldaperrors.LDAPException: __init__

Inherited from exceptions.Exception: __getitem__

Class Variables [hide private]

Inherited from ldaperrors.LDAPResult: name, resultCode

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__