Package org.java_websocket.exceptions
This package encapsulates all implementations in relation with the exceptions thrown in this lib.
-
Exception Summary Exception Description IncompleteException Exception which indicates that the frame is not yet completeIncompleteHandshakeException exception which indicates that a incomplete handshake was recievedInvalidDataException exception which indicates that a invalid data was recievedInvalidEncodingException The Character Encoding is not supported.InvalidFrameException exception which indicates that a invalid frame was recieved (CloseFrame.PROTOCOL_ERROR)InvalidHandshakeException exception which indicates that a invalid handshake was recieved (CloseFrame.PROTOCOL_ERROR)LimitExceededException exception which indicates that the message limited was exceeded (CloseFrame.TOOBIG)NotSendableException exception which indicates the frame payload is not sendableWebsocketNotConnectedException exception which indicates the websocket is not yet connected (ReadyState.OPEN)WrappedIOException Exception to wrap an IOException and include information about the websocket which had the exception