akka.remote
Class RemotingErrorEvent

java.lang.Object
  extended by akka.remote.RemotingErrorEvent
All Implemented Interfaces:
RemotingLifecycleEvent, java.io.Serializable, scala.Equals, scala.Product

public final class RemotingErrorEvent
extends java.lang.Object
implements RemotingLifecycleEvent, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
RemotingErrorEvent(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable cause()
           
 java.lang.Throwable getCause()
           
 Logging.LogLevel logLevel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

RemotingErrorEvent

public RemotingErrorEvent(java.lang.Throwable cause)
Method Detail

cause

public java.lang.Throwable cause()

getCause

public java.lang.Throwable getCause()

logLevel

public Logging.LogLevel logLevel()
Specified by:
logLevel in interface RemotingLifecycleEvent

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object