public final class PostRestartException extends ActorInitializationException implements scala.Product, scala.Serializable
param: actor is the actor whose constructor or postRestart() hook failed param: cause is the exception thrown by that actor within preRestart() param: originalCause is the exception which caused the restart in the first place
Constructor and Description |
---|
PostRestartException(ActorRef actor,
java.lang.Throwable cause,
java.lang.Throwable originalCause) |
Modifier and Type | Method and Description |
---|---|
ActorRef |
actor() |
java.lang.Throwable |
cause() |
java.lang.Throwable |
originalCause() |
apply, apply, getActor, unapply
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait