akka.remote
Class RemoteClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by akka.AkkaException
                  extended by akka.remote.RemoteClientException
All Implemented Interfaces:
java.io.Serializable

public class RemoteClientException
extends AkkaException

Thrown for example when trying to send a message using a RemoteClient that is either not started or shut down.

See Also:
Serialized Form

Method Summary
 RemoteTransport client()
           
 RemoteTransport getClient()
           
 Address remoteAddress()
           
 
Methods inherited from class akka.AkkaException
toString, uuid
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

client

public RemoteTransport client()

remoteAddress

public Address remoteAddress()

getClient

public RemoteTransport getClient()