Package akka.actor
Class ActorInterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.AkkaException
-
- akka.actor.ActorInterruptedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ActorInterruptedException extends AkkaException
When an InterruptedException is thrown inside an Actor, it is wrapped as an ActorInterruptedException as to avoid cascading interrupts to other threads than the originally interrupted one.- See Also:
- Serialized Form