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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
SnmpBadConversionException
public SnmpBadConversionException(String why)
- The exception constructor
- Parameters:
why
- The reason the exception is being raised
SnmpBadConversionException
public SnmpBadConversionException()
- The exception constructor