|
org.codehaus.gpars | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.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.
| 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#printStackTrace(java.io.PrintWriter), java.lang.RuntimeException#printStackTrace(java.io.PrintStream), java.lang.RuntimeException#printStackTrace(), java.lang.RuntimeException#fillInStackTrace(), java.lang.RuntimeException#getCause(), java.lang.RuntimeException#initCause(java.lang.Throwable), 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#wait(long), java.lang.RuntimeException#wait(), java.lang.RuntimeException#wait(long, int), 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 |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
ActorTerminationException()
Copyright © 2008–2012 Václav Pech. All Rights Reserved.