Package org.opennms.protocols.snmp
Class SnmpPduEncodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.protocols.snmp.SnmpPduEncodingException
-
- All Implemented Interfaces:
java.io.Serializable
public class SnmpPduEncodingException extends java.lang.Exception
This class is thrown by the SNMP classes when an encoding exception occurs at the SNMP level and not via the AsnEncoder class.- See Also:
AsnEncoder
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SnmpPduEncodingException()
The default exception constructorSnmpPduEncodingException(java.lang.String why)
The exception constructor
-