Class UdpServer.BindFailedException

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

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

    • BindFailedException

      public BindFailedException(String message, Throwable cause)