SourceForge.net Logo

org.netsnmp
Class NetSNMPException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.netsnmp.NetSNMPException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MIBItemNotFound, NetSNMPBadValue, NetSNMPNoResponse, NetSNMPSendError

public class NetSNMPException
extends Exception

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

Constructor Summary
NetSNMPException()
          Creates a new instance of SnmpException without detail message.
NetSNMPException(String msg)
          Constructs an instance of SnmpException with the specified detail message.
 
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

NetSNMPException

public NetSNMPException()
Creates a new instance of SnmpException without detail message.


NetSNMPException

public NetSNMPException(String msg)
Constructs an instance of SnmpException with the specified detail message.

Parameters:
msg - the detail message.

SourceForge.net Logo