Class CorruptedWebSocketFrameException

    • Constructor Detail

      • CorruptedWebSocketFrameException

        public CorruptedWebSocketFrameException()
        Creates a new instance.
      • CorruptedWebSocketFrameException

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

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