ibis.ipl
Class PortMismatchException

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

public class PortMismatchException
extends IbisIOException

Signals an attempt to connect ports of different types.

See Also:
Serialized Form

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

PortMismatchException

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


PortMismatchException

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

Parameters:
s - the detail message

PortMismatchException

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

Parameters:
s - the detail message
cause - the cause

PortMismatchException

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

Parameters:
cause - the cause


The Ibis project