|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.zynaptic.reaction.ReactionDefaultException
com.zynaptic.reaction.DeferredTimedOutException
public class DeferredTimedOutException
Indicates that a deferred event has timed out. This exception is thrown when
the timeout on a deferred event object expires before the
callback or
errback method has been called.
| Constructor Summary | |
|---|---|
DeferredTimedOutException(java.lang.String msg)
Constructs a new deferred timed out exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeferredTimedOutException(java.lang.String msg)
msg - This is the message string which is used to describe the error
condition.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||