ibis.ipl
Class ConnectionRefusedException

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

public class ConnectionRefusedException
extends IbisIOException

Signals that a connection has been refused. A ConnectionRefusedException is thrown to indicate that a sendport connect was refused.

See Also:
Serialized Form

Constructor Summary
ConnectionRefusedException()
          Constructs a ConnectionRefusedException with null as its error detail message.
ConnectionRefusedException(java.lang.String s)
          Constructs a ConnectionRefusedException with the specified detail message.
ConnectionRefusedException(java.lang.String s, java.lang.Throwable cause)
          Constructs a ConnectionRefusedException with the specified detail message and cause.
ConnectionRefusedException(java.lang.Throwable cause)
          Constructs a ConnectionRefusedException 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

ConnectionRefusedException

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


ConnectionRefusedException

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

Parameters:
s - the detail message

ConnectionRefusedException

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

Parameters:
s - the detail message
cause - the cause

ConnectionRefusedException

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

Parameters:
cause - the cause


The Ibis project