net.clackrouter.packets
Class VNSUnknownICMPTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.clackrouter.packets.VNSUnknownICMPTypeException
All Implemented Interfaces:
java.io.Serializable

public class VNSUnknownICMPTypeException
extends java.lang.Exception

Encapsulates an exception that is thrown when a supplied ICMP type is not defined by the ICMP protocol.

See Also:
Serialized Form

Constructor Summary
VNSUnknownICMPTypeException()
          Constucts an unknown ICMP type exception.
VNSUnknownICMPTypeException(java.lang.String message)
          Constucts an unknown ICMP type exception.
 
Method Summary
 
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

VNSUnknownICMPTypeException

public VNSUnknownICMPTypeException()
Constucts an unknown ICMP type exception.


VNSUnknownICMPTypeException

public VNSUnknownICMPTypeException(java.lang.String message)
Constucts an unknown ICMP type exception.

Parameters:
message - A message pertaining to the exception