ibis.ipl
Class ConnectionTimedOutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byibis.ipl.IbisIOException
                  extended byibis.ipl.ConnectionTimedOutException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionTimedOutException
extends IbisIOException

Signals that an attempt to set up a connection timed out. A ConnectionTimedOutException is thrown to indicate that a sendport connect timed out.

See Also:
Serialized Form

Constructor Summary
ConnectionTimedOutException()
          Constructs a ConnectionTimedOutException with null as its error detail message.
ConnectionTimedOutException(java.lang.String s)
          Constructs a ConnectionTimedOutException with the specified detail message.
ConnectionTimedOutException(java.lang.String s, java.lang.Throwable cause)
          Constructs a ConnectionTimedOutException with the specified detail message and cause.
ConnectionTimedOutException(java.lang.Throwable cause)
          Constructs a ConnectionTimedOutException with the specified cause.
 
Methods inherited from class ibis.ipl.IbisIOException
getCause, getMessage, initCause, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionTimedOutException

public ConnectionTimedOutException()
Constructs a ConnectionTimedOutException with null as its error detail message.


ConnectionTimedOutException

public ConnectionTimedOutException(java.lang.String s)
Constructs a ConnectionTimedOutException with the specified detail message.

Parameters:
s - the detail message

ConnectionTimedOutException

public ConnectionTimedOutException(java.lang.String s,
                                   java.lang.Throwable cause)
Constructs a ConnectionTimedOutException with the specified detail message and cause.

Parameters:
s - the detail message
cause - the cause

ConnectionTimedOutException

public ConnectionTimedOutException(java.lang.Throwable cause)
Constructs a ConnectionTimedOutException with the specified cause.

Parameters:
cause - the cause


The Ibis project