akka.remote
Class RemoteClientError

java.lang.Object
  extended by akka.remote.RemoteClientError
All Implemented Interfaces:
RemoteClientLifeCycleEvent, RemoteLifeCycleEvent, java.io.Serializable, scala.Equals, scala.Product

public class RemoteClientError
extends java.lang.Object
implements RemoteClientLifeCycleEvent, scala.Product, scala.Serializable

A RemoteClientError is a general error that is thrown within or from a RemoteClient

See Also:
Serialized Form

Constructor Summary
RemoteClientError(java.lang.Throwable cause, RemoteTransport remote, Address remoteAddress)
           
 
Method Summary
 java.lang.Throwable cause()
           
 java.lang.Throwable getCause()
           
 Logging.LogLevel logLevel()
           
 RemoteTransport remote()
           
 Address remoteAddress()
           
 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 akka.remote.RemoteClientLifeCycleEvent
getRemoteAddress
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

RemoteClientError

public RemoteClientError(java.lang.Throwable cause,
                         RemoteTransport remote,
                         Address remoteAddress)
Method Detail

cause

public java.lang.Throwable cause()

remote

public RemoteTransport remote()

remoteAddress

public Address remoteAddress()
Specified by:
remoteAddress in interface RemoteClientLifeCycleEvent

logLevel

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

toString

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

getCause

public java.lang.Throwable getCause()