public class DeferredContextException extends ReactionRuntimeException
Deferred.defer()
method. This exception is thrown if an attempt is made to wait for a deferred
event callback from the context of the main reactor thread.| Constructor and Description |
|---|
DeferredContextException(java.lang.String msg)
Constructs a new deferred context exception.
|
public DeferredContextException(java.lang.String msg)
msg - This is the message string which is used to describe the error
condition.