akka.actor
A PostRestartException is thrown when constructor or postRestart() method fails during a restart attempt.
is the actor whose constructor or postRestart() hook failed
is the exception thrown by that actor within preRestart()
is the exception which caused the restart in the first place
A PostRestartException is thrown when constructor or postRestart() method fails during a restart attempt.