com.ccg.net
Class ConnectionFailed
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.