org.opennms.protocols.snmp
Class SnmpBadConversionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.opennms.protocols.snmp.SnmpBadConversionException
All Implemented Interfaces:
Serializable

public class SnmpBadConversionException
extends Exception

Constructed when the library is unable to covert a value to another.

Version:
$Revision: 1.7 $
See Also:
SnmpIPAddress.convertToIpAddress(), Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
SnmpBadConversionException()
          The exception constructor
SnmpBadConversionException(String why)
          The exception constructor
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

SnmpBadConversionException

public SnmpBadConversionException(String why)
The exception constructor
Parameters:
why - The reason the exception is being raised

SnmpBadConversionException

public SnmpBadConversionException()
The exception constructor