Skip to content

Commit

Permalink
add case for DeathPactException stopping actor
Browse files Browse the repository at this point in the history
  • Loading branch information
onsails committed Feb 17, 2017
1 parent b2f7c7a commit 62cf0c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions akka-docs/rst/java/fault-tolerance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ exceptions are handled by default:

* ``ActorInitializationException`` will stop the failing child actor
* ``ActorKilledException`` will stop the failing child actor
* ``DeathPactException`` will stop the failing child actor
* ``Exception`` will restart the failing child actor
* Other types of ``Throwable`` will be escalated to parent actor

Expand Down
1 change: 1 addition & 0 deletions akka-docs/rst/scala/fault-tolerance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ exceptions are handled by default:

* ``ActorInitializationException`` will stop the failing child actor
* ``ActorKilledException`` will stop the failing child actor
* ``DeathPactException`` will stop the failing child actor
* ``Exception`` will restart the failing child actor
* Other types of ``Throwable`` will be escalated to parent actor

Expand Down

0 comments on commit 62cf0c3

Please sign in to comment.