Package ldaptor :: Package protocols :: Package ldap :: Module ldapsyntax :: Class CannotRemoveRDNError
[hide private]
[frames] | no frames]

Class CannotRemoveRDNError

source code

exceptions.Exception --+
                       |
                      CannotRemoveRDNError

The attribute to be removed is the RDN for the object and cannot be removed.

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

Inherited from exceptions.Exception: __getitem__

Method Details [hide private]

__init__(self, key, val=None)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__