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