|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--info.jedi.net.JEDIException | +--info.jedi.net.TimeoutException
Thrown when a JEDI reliable message is not acknowledged within the timeout period.
ReliableHandler
,
CommunicationPort
, Serialized FormFields inherited from class info.jedi.net.JEDIException |
detail,
detailStackTrace |
Constructor Summary | |
TimeoutException()
Constructs a TimeoutException |
|
TimeoutException(java.lang.String s)
Constructs a TimeoutException with a specified detail message |
Methods inherited from class info.jedi.net.JEDIException |
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public TimeoutException()
public TimeoutException(java.lang.String s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |