HOME

com.ireasoning.protocol.snmp
Class SnmpBufferOverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ireasoning.protocol.snmp.SnmpEncodingException
              extended by com.ireasoning.protocol.snmp.SnmpBufferOverflowException
All Implemented Interfaces:
java.io.Serializable

public class SnmpBufferOverflowException
extends SnmpEncodingException

This class represents buffer overflow exception.

See Also:
Serialized Form

Constructor Summary
SnmpBufferOverflowException()
          Constructs a new SnmpBufferOverflowException
SnmpBufferOverflowException(java.lang.String mesg)
          Constructs a new SnmpBufferOverflowException
 
Method Summary
 
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(java.lang.String mesg)
Constructs a new SnmpBufferOverflowException

Parameters:
msg - the detail message.

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.