groovyx.gpars.actor.impl
Class ActorStopException

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

public final class ActorStopException
extends ActorException

An exception indicating Actor stopping request. Implementing singleton pattern, ActorException holds the unique reference.

Author:
Alex Tkachman 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
ActorStopException()
           
 
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

ActorStopException

ActorStopException()

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