snmp
Class SNMPException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysnmp.SNMPException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SNMPRequestException

public class SNMPException
extends java.lang.Exception

Exception thrown when attempt to set or get value of SNMP OID fails. Reason could be that specified variable not supported by device, or that supplied community name has insufficient privileges.

See Also:
Serialized Form

Constructor Summary
SNMPException()
           
SNMPException(java.lang.String s)
          Create exception with message string.
 
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

SNMPException

public SNMPException()

SNMPException

public SNMPException(java.lang.String s)
Create exception with message string.