SourceForge.net Logo

org.netsnmp
Class NetSNMPErrTooBig

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.netsnmp.NetSNMPException
                    |
                    +--org.netsnmp.NetSNMPSendError
                          |
                          +--org.netsnmp.NetSNMPErrTooBig
All Implemented Interfaces:
Serializable

public class NetSNMPErrTooBig
extends NetSNMPSendError

Exception thrown when an encoded pdu is too large

Author:
Andrew E. Page aepage@users.sourceforge.net
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.netsnmp.NetSNMPSendError
msg, s_errno, s_snmp_errno
 
Constructor Summary
NetSNMPErrTooBig()
          Creates a new instance of SNMPErrTooBig
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

NetSNMPErrTooBig

public NetSNMPErrTooBig()
Creates a new instance of SNMPErrTooBig


SourceForge.net Logo