Class CorruptedWebSocketFrameException

    • Constructor Detail

      • CorruptedWebSocketFrameException

        public CorruptedWebSocketFrameException()
        Creates a new instance.
      • CorruptedWebSocketFrameException

        public CorruptedWebSocketFrameException​(WebSocketCloseStatus status,
                                                java.lang.String message,
                                                java.lang.Throwable cause)
        Creates a new instance.
      • CorruptedWebSocketFrameException

        public CorruptedWebSocketFrameException​(WebSocketCloseStatus status,
                                                java.lang.String message)
        Creates a new instance.
      • CorruptedWebSocketFrameException

        public CorruptedWebSocketFrameException​(WebSocketCloseStatus status,
                                                java.lang.Throwable cause)
        Creates a new instance.