Package io.muserver
Class WebSocketProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.muserver.WebSocketProtocolException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class WebSocketProtocolException extends java.lang.RuntimeException
Deprecated.Thrown when a websocket frame is received that is invalid for any reason.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebSocketProtocolException(java.lang.String message, java.lang.Throwable cause)
Deprecated.
-