Class TcpServer.BindFailedException

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

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

    • BindFailedException

      public BindFailedException(String message, Throwable cause)