Package akka.remote
Class RemoteTransportException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- akka.AkkaException
 - 
- akka.remote.RemoteTransportException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Direct Known Subclasses:
 RemoteTransportExceptionNoStackTrace
public class RemoteTransportException extends AkkaException
RemoteTransportException represents a general failure within a RemoteTransport, such as inability to start, wrong configuration etc.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description RemoteTransportException(java.lang.String msg)RemoteTransportException(java.lang.String message, java.lang.Throwable cause) 
 -