groovyx.gpars.actor.impl
Class ActorContinuationException

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.ActorContinuationException
All Implemented Interfaces:
java.io.Serializable

public final class ActorContinuationException
extends ActorException

An exception indicating end of a work chunk (ActorAction) allowing other ActorAction to get scheduled. 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
ActorContinuationException()
           
 
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

ActorContinuationException

ActorContinuationException()

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