Class RemoteTransportException

All Implemented Interfaces:
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:
  • Constructor Details

    • RemoteTransportException

      public RemoteTransportException(String message, Throwable cause)
    • RemoteTransportException

      public RemoteTransportException(String msg)