public final class RemotingErrorEvent extends java.lang.Object implements RemotingLifecycleEvent, scala.Product, scala.Serializable
Constructor and Description |
---|
RemotingErrorEvent(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
cause() |
java.lang.Throwable |
getCause() |
akka.event.Logging.LogLevel |
logLevel() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public java.lang.Throwable cause()
public java.lang.Throwable getCause()
public akka.event.Logging.LogLevel logLevel()
logLevel
in interface RemotingLifecycleEvent
public java.lang.String toString()
toString
in class java.lang.Object