SourceForge.net Logo

org.netsnmp
Class NetSNMPNoResponse

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

public class NetSNMPNoResponse
extends NetSNMPException

To be thrown if it's determined, or assumed that there is no response from a remote agent

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

Constructor Summary
NetSNMPNoResponse()
          Creates a new instance of SNMPNoResponse
NetSNMPNoResponse(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

NetSNMPNoResponse

public NetSNMPNoResponse()
Creates a new instance of SNMPNoResponse


NetSNMPNoResponse

public NetSNMPNoResponse(String msg)

SourceForge.net Logo