Class ActorInterruptedException

All Implemented Interfaces:
Serializable

public class ActorInterruptedException extends PekkoException
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: