1
2
3
4
5
6
7
8
9
10
11
12
13
14 __doc__="""Exceptions
15
16
17 $Id: Exceptions.py,v 1.2 2003/10/04 15:54:36 edahl Exp $"""
18
19 __version__ = "$Revision: 1.2 $"[11:-2]
20
21 from Products.ZenUtils.Exceptions import ZentinelException
22
24
26 """Two or more devices have the same ip"""
27
29 """Can't find the Ip Catalog in the context passed"""
30
33
35 """a device with this fqdn is already in the dmd"""
36
38 """no object found in the dmd at the path given"""
39
41 """Missing data found during traceroute."""
42
43
45 """Can't open an snmp connection to the device."""
46
48 """No IP Address found for device name."""
49