org.apache.geronimo.gshell.whisper.transport
Class ConnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geronimo.gshell.whisper.transport.TransportException
org.apache.geronimo.gshell.whisper.transport.ConnectException
- All Implemented Interfaces:
- Serializable
public class ConnectException
- extends TransportException
Thrown to indicate a connection related failure has occured.
- Version:
- $Rev: 578566 $ $Date: 2007-09-23 05:02:46 -0700 (Sun, 23 Sep 2007) $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConnectException
public ConnectException(String msg,
Throwable cause)
ConnectException
public ConnectException(String msg)
ConnectException
public ConnectException(Throwable cause)
ConnectException
public ConnectException()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.