groovyx.gpars.actor.impl
Class ActorTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by groovyx.gpars.actor.impl.ActorException
                  extended by groovyx.gpars.actor.impl.ActorTimeoutException
All Implemented Interfaces:
java.io.Serializable

public final class ActorTimeoutException
extends ActorException

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

Author:
Vaclav Pech Date: Feb 17, 2009
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class groovyx.gpars.actor.impl.ActorException
CONTINUE, STOP, TERMINATE
 
Constructor Summary
ActorTimeoutException()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ActorTimeoutException

ActorTimeoutException()

Copyright © 2008–2010 Václav Pech. All Rights Reserved.