org.codehaus.gpars

groovyx.gpars.actor.impl
[Java] Class ActorTerminationException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              groovyx.gpars.actor.impl.ActorException
                  groovyx.gpars.actor.impl.ActorTerminationException

public final class ActorTerminationException
extends ActorException

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

Authors:
Vaclav Pech Date: Feb 17, 2009


Field Summary
private static long serialVersionUID

 
Fields inherited from class ActorException
STOP, TERMINATE, serialVersionUID
 
Constructor Summary
ActorTerminationException()

 
Method Summary
 
Methods inherited from class java.lang.RuntimeException
java.lang.RuntimeException#getCause(), java.lang.RuntimeException#initCause(java.lang.Throwable), java.lang.RuntimeException#printStackTrace(java.io.PrintWriter), java.lang.RuntimeException#printStackTrace(), java.lang.RuntimeException#printStackTrace(java.io.PrintStream), java.lang.RuntimeException#fillInStackTrace(), java.lang.RuntimeException#toString(), java.lang.RuntimeException#getMessage(), java.lang.RuntimeException#getLocalizedMessage(), java.lang.RuntimeException#getStackTrace(), java.lang.RuntimeException#setStackTrace([Ljava.lang.StackTraceElement;), java.lang.RuntimeException#addSuppressed(java.lang.Throwable), java.lang.RuntimeException#getSuppressed(), java.lang.RuntimeException#wait(long, int), java.lang.RuntimeException#wait(long), java.lang.RuntimeException#wait(), java.lang.RuntimeException#equals(java.lang.Object), java.lang.RuntimeException#hashCode(), java.lang.RuntimeException#getClass(), java.lang.RuntimeException#notify(), java.lang.RuntimeException#notifyAll()
 

Field Detail

serialVersionUID

private static final long serialVersionUID


 
Constructor Detail

ActorTerminationException

ActorTerminationException()


 

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