Package Products :: Package ZenModel :: Module Exceptions :: Class DeviceExistsError
[hide private]
[frames] | no frames]

Class DeviceExistsError

source code

             exceptions.Exception --+        
                                    |        
ZenUtils.Exceptions.ZentinelException --+    
                                        |    
                            ZenModelError --+
                                            |
                                           DeviceExistsError

a device with this fqdn is already in the dmd

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

Inherited from exceptions.Exception: __getitem__, __providedBy__, __str__

Class Variables [hide private]

Inherited from exceptions.Exception: __implemented__, __provides__

Method Details [hide private]

__init__(self, msg, dev)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__