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
(Since version 2.11.0) Use Throwable#getStackTrace
A PostRestartException is thrown when constructor or postRestart() method fails during a restart attempt.