net.clackrouter.protocol
Class VNSConnectionFailedException

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

public class VNSConnectionFailedException
extends java.lang.Exception

Encapsulates an exception that is thrown when a connection with the VNS server fails.

See Also:
Serialized Form

Constructor Summary
VNSConnectionFailedException()
          Constructs connection failed exception.
VNSConnectionFailedException(java.lang.String message)
          Constructs connection failed 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

VNSConnectionFailedException

public VNSConnectionFailedException()
Constructs connection failed exception.


VNSConnectionFailedException

public VNSConnectionFailedException(java.lang.String message)
Constructs connection failed exception.

Parameters:
message - Message pertaining to the exception