Uses of Package
org.java_websocket.exceptions
-
Packages that use org.java_websocket.exceptions Package Description org.java_websocket org.java_websocket.drafts This package encapsulates all implementations in relation with the WebSocket drafts.org.java_websocket.exceptions This package encapsulates all implementations in relation with the exceptions thrown in this lib.org.java_websocket.extensions This package encapsulates all interfaces and implementations in relation with the WebSocket Sec-WebSocket-Extensions.org.java_websocket.framing This package encapsulates all interfaces and implementations in relation with the WebSocket frames.org.java_websocket.server This package encapsulates all implementations in relation with the WebSocketServer.org.java_websocket.util This package encapsulates the utility classes. -
Classes in org.java_websocket.exceptions used by org.java_websocket Class Description InvalidDataException exception which indicates that a invalid data was recievedInvalidHandshakeException exception which indicates that a invalid handshake was recieved (CloseFrame.PROTOCOL_ERROR)WebsocketNotConnectedException exception which indicates the websocket is not yet connected (READYSTATE.OPEN) -
Classes in org.java_websocket.exceptions used by org.java_websocket.drafts Class 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 recievedInvalidHandshakeException exception which indicates that a invalid handshake was recieved (CloseFrame.PROTOCOL_ERROR)LimitExedeedException exception which indicates that the message limited was exedeeded (CloseFrame.TOOBIG) -
Classes in org.java_websocket.exceptions used by org.java_websocket.exceptions Class Description InvalidDataException exception which indicates that a invalid data was recieved -
Classes in org.java_websocket.exceptions used by org.java_websocket.extensions Class Description InvalidDataException exception which indicates that a invalid data was recieved -
Classes in org.java_websocket.exceptions used by org.java_websocket.framing Class Description InvalidDataException exception which indicates that a invalid data was recieved -
Classes in org.java_websocket.exceptions used by org.java_websocket.server Class Description InvalidDataException exception which indicates that a invalid data was recieved -
Classes in org.java_websocket.exceptions used by org.java_websocket.util Class Description InvalidDataException exception which indicates that a invalid data was recieved