1
2
3
4
5
6
7
8
9
10
11 __doc__="""Exceptions
12
13
14 $Id: Exceptions.py,v 1.2 2003/10/04 15:54:36 edahl Exp $"""
15
16 __version__ = "$Revision: 1.2 $"[11:-2]
17
18 from Products.ZenUtils.Exceptions import ZentinelException
19
21
23 """Two or more devices have the same ip"""
24
26 """Can't find the Ip Catalog in the context passed"""
27
30
32 """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