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

Class LDAPStartTLSBusyError

source code

  exceptions.Exception --+        
                         |        
 ldaperrors.LDAPResult --+        
                         |        
  ldaperrors.LDAPException --+    
                             |    
ldaperrors.LDAPOperationsError --+
                                 |
                                LDAPStartTLSBusyError

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

Inherited from exceptions.Exception: __getitem__

Class Variables [hide private]

Inherited from ldaperrors.LDAPOperationsError: name, resultCode

Method Details [hide private]

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

source code 
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__