Package dbus :: Module exceptions :: Class NameExistsException
[hide private]
[frames] | no frames]

Class NameExistsException

source code

exceptions.Exception --+    
                       |    
           DBusException --+
                           |
                          NameExistsException

Instance Methods [hide private]
 
__init__(self, name) source code

Inherited from DBusException: __str__, get_dbus_name

Inherited from exceptions.Exception: __getitem__

Method Details [hide private]

__init__(self, name)
(Constructor)

source code 
Overrides: DBusException.__init__