Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SnmpPduEncodingException

        public SnmpPduEncodingException()
        The default exception constructor
      • SnmpPduEncodingException

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