com.ccg.net
Class ConnectionFailed

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ccg.net.ConnectionFailed
All Implemented Interfaces:
Serializable

public class ConnectionFailed
extends Exception

Exception indicating that connection could not be established. This exception indicates that there was a problem in establishing a connection. For example, if you were attempting to connect to a TCP server, and the server was down, you might get hit with this exception.

Since:
1.0
Version:
$Revision: 1.2 $
Author:
$Author: pkb $
See Also:
Connection, Serialized Form

Constructor Summary
ConnectionFailed()
          Construct a ConnectionFailed exception with null as its message.
ConnectionFailed(String msg)
          Construct a ConnectionFailed exception with a detailed message.
 
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

ConnectionFailed

public ConnectionFailed()
Construct a ConnectionFailed exception with null as its message.

Since:
1.0
See Also:
Connection

ConnectionFailed

public ConnectionFailed(String msg)
Construct a ConnectionFailed exception with a detailed message.

Parameters:
msg - Detailed message to associate with exception.
Since:
1.0
See Also:
Connection


Copyright 1998-1998-2006 null. All Rights Reserved.