Class TcpClient.TcpClientConnectFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.drasyl.handler.remote.tcp.TcpClient.TcpClientConnectFailedException
All Implemented Interfaces:
Serializable
Enclosing class:
TcpClient

public static class TcpClient.TcpClientConnectFailedException extends Exception
Signals that the TcpClient was unable to connect to given address.
See Also:
  • Constructor Details

    • TcpClientConnectFailedException

      public TcpClientConnectFailedException(String message, Throwable cause)