groovyx.gpars.actor.impl
Class ActorTerminationException

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

public final class ActorTerminationException
extends ActorException

An exception indicating Actor termination request. 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
STOP, TERMINATE
 
Constructor Summary
ActorTerminationException()
           
 
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

ActorTerminationException

ActorTerminationException()

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