Class TcpServer.TcpServerBindFailedException

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

public static class TcpServer.TcpServerBindFailedException extends Exception
Signals that the TcpServer was unable to bind to port.
See Also:
  • Constructor Details

    • TcpServerBindFailedException

      public TcpServerBindFailedException(String message, Throwable cause)