Package org.java_websocket.exceptions
This package encapsulates all implementations in relation with the exceptions thrown in this lib.
-
Class Summary Class Description IncompleteException Exception which indicates that the frame is not yet complete -
Exception Summary Exception Description IncompleteHandshakeException exception which indicates that a incomplete handshake was recievedInvalidDataException exception which indicates that a invalid data was recievedInvalidFrameException 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)LimitExedeedException exception which indicates that the message limited was exedeeded (CloseFrame.TOOBIG)NotSendableException exception which indicates the frame payload is not sendableWebsocketNotConnectedException exception which indicates the websocket is not yet connected (READYSTATE.OPEN)