com.sun.jmx.snmp.SnmpTooBigException SnmpTooBigException is described in the javadoc comments as: Is used internally to signal that the size of a PDU exceeds the packet size limitation. You will not usually need to use this class, except if you decide to implement your own { link: com.sun.jmx.snmp.SnmpPduFactory SnmPduFactory} object. The varBindCount property contains the number of SnmpVarBind successfully encoded before the exception was thrown. Its value is 0 when this number is unknown. This API is a Sun Microsystems internal API and is subject to change without notice. version: 1.1 07/23/98 author: Sun Microsystems, Inc Where is this exception thrown? Following, is a list of exception messages cross-referenced to the source code responsible for throwing them. Click on the method link to view the code and see how the exception is thrown. The message ' com.sun.jmx.snmp.SnmpTooBigException: ' is thrown within the method: com.sun.jmx.snmp.SnmpMessage.encodeMessage...
Articles on enterprise java server administration