org.apache.geronimo.gshell.whisper.transport
Class ConnectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.geronimo.gshell.whisper.transport.TransportException
                  extended by 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

Constructor Summary
ConnectException()
           
ConnectException(String msg)
           
ConnectException(String msg, Throwable cause)
           
ConnectException(Throwable cause)
           
 
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

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.