Class UdpServer.UdpServerBindFailedException

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

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

    • UdpServerBindFailedException

      public UdpServerBindFailedException(String message, Throwable cause)