Groovy Documentation

gpars.actor.impl
[Java] Class ActorTimeoutException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              gpars.actor.impl.ActorException
                  gpars.actor.impl.ActorTimeoutException

public final class ActorTimeoutException
extends ActorException

An exception indicating Actor react timeout. Implementing singleton pattern, ActorException holds the unique reference.

Authors:
Vaclav Pech Date: Feb 17, 2009


Field Summary
 
Fields inherited from class ActorException
CONTINUE, STOP, TERMINATE, TIMEOUT
 
Method Summary
 
Methods inherited from class RuntimeException
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Groovy Documentation