|
|||||||||||
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.ReceiveTimedOutException
Signals a timeout in a ReceivePort.receive(long)
invocation.
This exception is thrown when, during an invocation of one of the
receive() variants with a timeout, the timeout expires.
Constructor Summary | |
ReceiveTimedOutException()
Constructs a ReceiveTimedOutException with
null as its error detail message. |
|
ReceiveTimedOutException(java.lang.String s)
Constructs a ReceiveTimedOutException with
the specified detail message. |
|
ReceiveTimedOutException(java.lang.String s,
java.lang.Throwable cause)
Constructs a ReceiveTimedOutException with
the specified detail message and cause. |
|
ReceiveTimedOutException(java.lang.Throwable cause)
Constructs a ReceiveTimedOutException 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 ReceiveTimedOutException()
ReceiveTimedOutException
with
null
as its error detail message.
public ReceiveTimedOutException(java.lang.String s)
ReceiveTimedOutException
with
the specified detail message.
s
- the detail messagepublic ReceiveTimedOutException(java.lang.String s, java.lang.Throwable cause)
ReceiveTimedOutException
with
the specified detail message and cause.
s
- the detail messagecause
- the causepublic ReceiveTimedOutException(java.lang.Throwable cause)
ReceiveTimedOutException
with
the specified cause.
cause
- the cause
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |