Class SnmpPduEncodingException

  • All Implemented Interfaces:
    Serializable

    public class SnmpPduEncodingException
    extends 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 Detail

      • SnmpPduEncodingException

        public SnmpPduEncodingException()
        The default exception constructor
      • SnmpPduEncodingException

        public SnmpPduEncodingException​(String why)
        The exception constructor
        Parameters:
        why - The reason the exception is being raised