|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
ibis.ipl.IbisIOException
ibis.ipl.PortMismatchException
Signals an attempt to connect ports of different types.
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 |
public PortMismatchException()
PortMismatchException
with
null
as its error detail message.
public PortMismatchException(java.lang.String s)
PortMismatchException
with
the specified detail message.
s
- the detail messagepublic PortMismatchException(java.lang.String s, java.lang.Throwable cause)
PortMismatchException
with
the specified detail message and cause.
s
- the detail messagecause
- the causepublic PortMismatchException(java.lang.Throwable cause)
PortMismatchException
with
the specified cause.
cause
- the cause
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |