Package org.java_websocket.exceptions
package org.java_websocket.exceptions
This package encapsulates all implementations in relation with the exceptions thrown in this
lib.
-
Exception ClassesClassDescriptionException which indicates that the frame is not yet completeexception which indicates that a incomplete handshake was receivedexception which indicates that a invalid data was receivedThe Character Encoding is not supported.exception which indicates that a invalid frame was received (CloseFrame.PROTOCOL_ERROR)exception which indicates that a invalid handshake was received (CloseFrame.PROTOCOL_ERROR)exception which indicates that the message limited was exceeded (CloseFrame.TOOBIG)exception which indicates the frame payload is not sendableexception which indicates the websocket is not yet connected (ReadyState.OPEN)Exception to wrap an IOException and include information about the websocket which had the exception