HOME

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

Constructor Summary
SnmpBufferOverflowException()
          Constructs a new SnmpBufferOverflowException
SnmpBufferOverflowException(String mesg)
          Constructs a new SnmpBufferOverflowException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SnmpBufferOverflowException

public SnmpBufferOverflowException()
Constructs a new SnmpBufferOverflowException

SnmpBufferOverflowException

public SnmpBufferOverflowException(String mesg)
Constructs a new SnmpBufferOverflowException
Parameters:
msg - the detail message.

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.