pysnmp
.
proto
.error
index
/home/mcfletch/pylive/pysnmp/proto/error.py
Package exception classes.
Written by Ilya Etingof <ilya@glas.net>, 2001, 2002.
Modules
pysnmp.error
Classes
PySnmpError
(
Exception
)
ProtoError
BadArgumentError
NotImplementedError
SnmpV3Error
CacheExpiredError
InternalError
MessageProcessingError
class
BadArgumentError
(
ProtoError
)
Malformed argument
Method resolution order:
BadArgumentError
ProtoError
PySnmpError
Exception
Methods inherited from
PySnmpError
:
__init__
(self, why
=''
)
__nonzero__
(self)
__repr__
(self)
__str__
(self)
Methods inherited from
Exception
:
__getitem__
(...)
class
CacheExpiredError
(
SnmpV3Error
)
Request information (rfc3412) cache expired
Method resolution order:
CacheExpiredError
SnmpV3Error
ProtoError
PySnmpError
Exception
Methods inherited from
PySnmpError
:
__init__
(self, why
=''
)
__nonzero__
(self)
__repr__
(self)
__str__
(self)
Methods inherited from
Exception
:
__getitem__
(...)
class
InternalError
(
SnmpV3Error
)
SNMP v.3 engine error
Method resolution order:
InternalError
SnmpV3Error
ProtoError
PySnmpError
Exception
Methods inherited from
PySnmpError
:
__init__
(self, why
=''
)
__nonzero__
(self)
__repr__
(self)
__str__
(self)
Methods inherited from
Exception
:
__getitem__
(...)
class
MessageProcessingError
(
SnmpV3Error
)
Illegal message params
Method resolution order:
MessageProcessingError
SnmpV3Error
ProtoError
PySnmpError
Exception
Methods inherited from
PySnmpError
:
__init__
(self, why
=''
)
__nonzero__
(self)
__repr__
(self)
__str__
(self)
Methods inherited from
Exception
:
__getitem__
(...)
class
NotImplementedError
(
ProtoError
)
Feature not implemented
Method resolution order:
NotImplementedError
ProtoError
PySnmpError
Exception
Methods inherited from
PySnmpError
:
__init__
(self, why
=''
)
__nonzero__
(self)
__repr__
(self)
__str__
(self)
Methods inherited from
Exception
:
__getitem__
(...)
class
ProtoError
(
PySnmpError
)
Base class for snmp sub-package exceptions
Method resolution order:
ProtoError
PySnmpError
Exception
Methods inherited from
PySnmpError
:
__init__
(self, why
=''
)
__nonzero__
(self)
__repr__
(self)
__str__
(self)
Methods inherited from
Exception
:
__getitem__
(...)
class
SnmpV3Error
(
ProtoError
)
SNMPv3 specific exceptions
Method resolution order:
SnmpV3Error
ProtoError
PySnmpError
Exception
Methods inherited from
PySnmpError
:
__init__
(self, why
=''
)
__nonzero__
(self)
__repr__
(self)
__str__
(self)
Methods inherited from
Exception
:
__getitem__
(...)