org.jboss.jmx.adaptor.snmp.agent
Class EndOfMibViewException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.jmx.adaptor.snmp.agent.EndOfMibViewException
All Implemented Interfaces:
java.io.Serializable

public class EndOfMibViewException
extends java.lang.Exception

This exception is thrown when a GETNEXT or GETBULK operation attempts to get an OID that is not in the MIB

Author:
Thomas Hauser
See Also:
Serialized Form

Constructor Summary
EndOfMibViewException()
           
EndOfMibViewException(java.lang.String m)
           
 
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

EndOfMibViewException

public EndOfMibViewException()

EndOfMibViewException

public EndOfMibViewException(java.lang.String m)


Copyright © 2011. All Rights Reserved.