Class WebSocketServerException

All Implemented Interfaces:
Serializable

@Experimental("This API is experimental and may change in the future") public class WebSocketServerException extends WebSocketException
See Also:
  • Constructor Details

    • WebSocketServerException

      public WebSocketServerException(String message, Throwable cause)
    • WebSocketServerException

      public WebSocketServerException(String message)
    • WebSocketServerException

      public WebSocketServerException(Throwable cause)