SourceForge.net Logo

org.netsnmp
Class NetSNMPNoSuchInstance

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

public class NetSNMPNoSuchInstance
extends NetSNMPBadValue

See Also:
Serialized Form

Constructor Summary
NetSNMPNoSuchInstance()
           
NetSNMPNoSuchInstance(String msg)
           
 
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

NetSNMPNoSuchInstance

public NetSNMPNoSuchInstance()

NetSNMPNoSuchInstance

public NetSNMPNoSuchInstance(String msg)

SourceForge.net Logo