SourceForge.net Logo

org.netsnmp
Class MIBItemNotFound

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.netsnmp.NetSNMPException
                    |
                    +--org.netsnmp.MIBItemNotFound
All Implemented Interfaces:
Serializable

public class MIBItemNotFound
extends NetSNMPException

Exception thrown when a text based lookup of an OID failed.

Author:
Andrew E. Page aepage@users.sourceforge.net
See Also:
Serialized Form

Field Summary
 String descr
           
 
Constructor Summary
MIBItemNotFound()
           
MIBItemNotFound(String descr)
          Construct a MIBItemNotFound message with the string that actually failed in the lookup.
 
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
 

Field Detail

descr

public final String descr
Constructor Detail

MIBItemNotFound

public MIBItemNotFound(String descr)
Construct a MIBItemNotFound message with the string that actually failed in the lookup.

Parameters:
descr - object descriptor that couldn't be found in the local MIBs

MIBItemNotFound

public MIBItemNotFound()

SourceForge.net Logo