Package co.paralleluniverse.actors
Class LifecycleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- co.paralleluniverse.actors.LifecycleException
-
- All Implemented Interfaces:
java.io.Serializable
public class LifecycleException extends java.lang.RuntimeExceptionAn exception that is generated by an actor'shandleLifecyclemethod (and thrown by thereceivemethod) if anExitMessageis received from alinked actor.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LifecycleException(LifecycleMessage message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LifecycleMessagemessage()java.lang.StringtoString()
-
-
-
Constructor Detail
-
LifecycleException
public LifecycleException(LifecycleMessage message)
-
-
Method Detail
-
message
public LifecycleMessage message()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Throwable
-
-