|
|||||||||||
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.ConnectionClosedException
Signals that a connection has been closed. A
ConnectionClosedException
is thrown to indicate
that an input or output operation has been terminated because
the connection was broken.
Constructor Summary | |
ConnectionClosedException()
Constructs a ConnectionClosedException with
null as its error detail message. |
|
ConnectionClosedException(java.lang.String s)
Constructs a ConnectionClosedException with
the specified detail message. |
|
ConnectionClosedException(java.lang.String s,
java.lang.Throwable cause)
Constructs a ConnectionClosedException with
the specified detail message and cause. |
|
ConnectionClosedException(java.lang.Throwable cause)
Constructs a ConnectionClosedException 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 ConnectionClosedException()
ConnectionClosedException
with
null
as its error detail message.
public ConnectionClosedException(java.lang.String s)
ConnectionClosedException
with
the specified detail message.
s
- the detail messagepublic ConnectionClosedException(java.lang.String s, java.lang.Throwable cause)
ConnectionClosedException
with
the specified detail message and cause.
s
- the detail messagecause
- the causepublic ConnectionClosedException(java.lang.Throwable cause)
ConnectionClosedException
with
the specified cause.
cause
- the cause
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |