pysnmp
.
mapping
.
udp
.error
index
/home/mcfletch/pylive/pysnmp/mapping/udp/error.py
Package exception classes.
Written by Ilya Etingof <ilya@glas.net>, 2001, 2002.
Modules
pysnmp.mapping.error
Classes
TransportError
(
PySnmpError
)
SnmpOverUdpError
BadArgumentError
NetworkError
IdleTimeoutError
NoResponseError
class
BadArgumentError
(
SnmpOverUdpError
)
Malformed argument
Method resolution order:
BadArgumentError
SnmpOverUdpError
TransportError
PySnmpError
Exception
Methods inherited from
PySnmpError
:
__init__
(self, why
=''
)
__nonzero__
(self)
__repr__
(self)
__str__
(self)
Methods inherited from
Exception
:
__getitem__
(...)
class
IdleTimeoutError
(
NetworkError
)
No request arrived before timeout
Method resolution order:
IdleTimeoutError
NetworkError
SnmpOverUdpError
TransportError
PySnmpError
Exception
Methods inherited from
PySnmpError
:
__init__
(self, why
=''
)
__nonzero__
(self)
__repr__
(self)
__str__
(self)
Methods inherited from
Exception
:
__getitem__
(...)
class
NetworkError
(
SnmpOverUdpError
)
Network error
Method resolution order:
NetworkError
SnmpOverUdpError
TransportError
PySnmpError
Exception
Methods inherited from
PySnmpError
:
__init__
(self, why
=''
)
__nonzero__
(self)
__repr__
(self)
__str__
(self)
Methods inherited from
Exception
:
__getitem__
(...)
class
NoResponseError
(
NetworkError
)
No response arrived before timeout
Method resolution order:
NoResponseError
NetworkError
SnmpOverUdpError
TransportError
PySnmpError
Exception
Methods inherited from
PySnmpError
:
__init__
(self, why
=''
)
__nonzero__
(self)
__repr__
(self)
__str__
(self)
Methods inherited from
Exception
:
__getitem__
(...)
class
SnmpOverUdpError
(
TransportError
)
Base class for snmp over UDP sub-package exceptions
Method resolution order:
SnmpOverUdpError
TransportError
PySnmpError
Exception
Methods inherited from
PySnmpError
:
__init__
(self, why
=''
)
__nonzero__
(self)
__repr__
(self)
__str__
(self)
Methods inherited from
Exception
:
__getitem__
(...)