|
||||||||||
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
java.rmi.RemoteException
org.exolab.core.messenger.MessengerException
org.exolab.core.messenger.ReceiveTimeoutException
public class ReceiveTimeoutException
This exception is thrown when a call to Channel.receive(long)
times
out
Channel
,
Serialized FormField Summary |
---|
Fields inherited from class java.rmi.RemoteException |
---|
detail |
Constructor Summary | |
---|---|
ReceiveTimeoutException()
Constructs a new ReceiveTimeoutException with no detail
message |
|
ReceiveTimeoutException(java.lang.String message)
Constructs a new ReceiveTimeoutException with a detail
message |
Method Summary |
---|
Methods inherited from class org.exolab.core.messenger.MessengerException |
---|
getException, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.rmi.RemoteException |
---|
getCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReceiveTimeoutException()
ReceiveTimeoutException
with no detail
message
public ReceiveTimeoutException(java.lang.String message)
ReceiveTimeoutException
with a detail
message
message
- the error message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |