org.opennms.protocols.ip
Class UnknownIPVersionException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.opennms.protocols.ip.UnknownIPVersionException
- All Implemented Interfaces:
- Serializable
- public class UnknownIPVersionException
- extends RuntimeException
This exception is thrown when the IP version is not supported
by the IPHeader class.
- Version:
- 0.1
- Author:
- Brian Weaver
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
UnknownIPVersionException
public UnknownIPVersionException()
UnknownIPVersionException
public UnknownIPVersionException(String why)