public class PreRestartException extends ActorInitializationException implements scala.Product, scala.Serializable
Modifier and Type | Method and Description |
---|---|
ActorRef |
actor() |
java.lang.Throwable |
cause() |
scala.Option<java.lang.Object> |
messageOption() |
java.lang.Throwable |
originalCause() |
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
public ActorRef actor()
public java.lang.Throwable cause()
public java.lang.Throwable originalCause()
public scala.Option<java.lang.Object> messageOption()