com.ireasoning.protocol.snmp
Class SnmpBufferOverflowException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ireasoning.protocol.snmp.SnmpEncodingException
|
+--com.ireasoning.protocol.snmp.SnmpBufferOverflowException
- All Implemented Interfaces:
- Serializable
- public class SnmpBufferOverflowException
- extends SnmpEncodingException
This class represents buffer overflow exception.
- See Also:
- Serialized Form
SnmpBufferOverflowException
public SnmpBufferOverflowException()
- Constructs a new SnmpBufferOverflowException
SnmpBufferOverflowException
public SnmpBufferOverflowException(String mesg)
- Constructs a new SnmpBufferOverflowException
- Parameters:
msg
- the detail message.
Copyright © 2002 iReasoning Inc. All Rights Reserved.