net.clackrouter.packets
Class VNSUnknownICMPCodeException

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

public class VNSUnknownICMPCodeException
extends java.lang.Exception

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

See Also:
Serialized Form

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

VNSUnknownICMPCodeException

public VNSUnknownICMPCodeException()
Constucts an unknown ICMP code exception.


VNSUnknownICMPCodeException

public VNSUnknownICMPCodeException(java.lang.String message)
Constucts an unknown ICMP code exception.

Parameters:
message - A message pertaining to the exception