the actor that threw the exception
the message the actor was processing, or None if no message (e.g. on initial startup)
the sender of the most recent message
the thread on which the actor was running
the uncaught exception
the actor that threw the exception
the uncaught exception
the message the actor was processing, or None if no message (e.
the message the actor was processing, or None if no message (e.g. on initial startup)
the sender of the most recent message
the thread on which the actor was running
(Since version 2.11.0) Use Throwable#getStackTrace
The exit reason when an actor fails to catch an exception.
the actor that threw the exception
the message the actor was processing, or None if no message (e.g. on initial startup)
the sender of the most recent message
the thread on which the actor was running
the uncaught exception
(Since version 2.11.0) Use the akka.actor package instead. For migration from the scala.actors package refer to the Actors Migration Guide.