ibis.ipl
Class AlreadyConnectedException

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

public class AlreadyConnectedException
extends IbisIOException

Signals that a connection has been refused, because it already exists.

See Also:
Serialized Form

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

AlreadyConnectedException

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


AlreadyConnectedException

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

Parameters:
s - the detail message

AlreadyConnectedException

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

Parameters:
s - the detail message
cause - the cause

AlreadyConnectedException

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

Parameters:
cause - the cause


The Ibis project