All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.sun.jaw.snmp.common.SnmpTooBigException
SnmpTooBigException is used internally to signal
that the size of a pdu exceeds the packet size limitation.
You normally don't need to use this class except if you decide to implement your own SnmPduFactoryIf object.
The varBindCount property contains the
number of SnmpVarBind successfully encoded
before the the exception was thrown. Its value is 0
when this number is unknown.
SnmpTooBigException with
varBindCount set to 0.
SnmpTooBigException with
varBindCount set to the specified value.
SnmpVarBind successfully
encoded before the exception was thrown.
public SnmpTooBigException()
SnmpTooBigException with
varBindCount set to 0.
public SnmpTooBigException(int n)
SnmpTooBigException with
varBindCount set to the specified value.
public int getVarBindCount()
SnmpVarBind successfully
encoded before the exception was thrown.
All Packages Class Hierarchy This Package Previous Next Index