snmp
Class SNMPBadValueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysnmp.SNMPBadValueException
All Implemented Interfaces:
java.io.Serializable

public class SNMPBadValueException
extends java.lang.Exception

Exception thrown whenever attempt made to create SNMPObject subclass with inappropriate data, or to set its value with inappropriate data,

See Also:
Serialized Form

Constructor Summary
SNMPBadValueException()
           
SNMPBadValueException(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

SNMPBadValueException

public SNMPBadValueException()

SNMPBadValueException

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