HOME

com.ireasoning.protocol.snmp
Class SnmpBufferOverflowException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ireasoning.protocol.snmp.SnmpEncodingException
              extended bycom.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, 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

SnmpBufferOverflowException

public SnmpBufferOverflowException()
Constructs a new SnmpBufferOverflowException


SnmpBufferOverflowException

public SnmpBufferOverflowException(String mesg)
Constructs a new SnmpBufferOverflowException


HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.