Class WebSocketFrameCorruptedException

All Implemented Interfaces:
Serializable

public class WebSocketFrameCorruptedException extends WebSocketException
WebSocketException which will be thrown if a corrupted frame was detected
Author:
Norman Maurer
See Also:
  • Constructor Details

    • WebSocketFrameCorruptedException

      public WebSocketFrameCorruptedException()
    • WebSocketFrameCorruptedException

      public WebSocketFrameCorruptedException(String msg, Throwable cause)
    • WebSocketFrameCorruptedException

      public WebSocketFrameCorruptedException(String msg)
    • WebSocketFrameCorruptedException

      public WebSocketFrameCorruptedException(Throwable cause)