Class WebsocketAddrException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tccc.kos.commons.util.net.WebsocketAddrException
All Implemented Interfaces:
Serializable

public class WebsocketAddrException extends RuntimeException
Exception thrown whenever a poorly formatted or invalid WebsocketAddr is detected.
Since:
1.0
Version:
2022-09-05
See Also:
  • Constructor Details

    • WebsocketAddrException

      public WebsocketAddrException(String message)
      Constructs a new exception with the specified message.
      Parameters:
      message - the detailed error message