Serialized Form
-
Package org.java_websocket.exceptions
-
Class org.java_websocket.exceptions.IncompleteException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 7330519489840500997L
-
Serialized Fields
-
preferredSize
int preferredSize
The preferred size
-
-
Class org.java_websocket.exceptions.IncompleteHandshakeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 7906596804233893092L
-
Serialized Fields
-
preferredSize
int preferredSize
attribute which size of handshake would have been preferred
-
-
Class org.java_websocket.exceptions.InvalidDataException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 3731842424390998726L
-
Serialized Fields
-
closecode
int closecode
attribute which closecode will be returned
-
-
Class org.java_websocket.exceptions.InvalidEncodingException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
encodingException
java.io.UnsupportedEncodingException encodingException
attribute for the encoding exception
-
-
-
Class org.java_websocket.exceptions.InvalidFrameException extends InvalidDataException implements Serializable
- serialVersionUID:
- -9016496369828887591L
-
Class org.java_websocket.exceptions.InvalidHandshakeException extends InvalidDataException implements Serializable
- serialVersionUID:
- -1426533877490484964L
-
Class org.java_websocket.exceptions.LimitExceededException extends InvalidDataException implements Serializable
- serialVersionUID:
- 6908339749836826785L
-
Serialized Fields
-
limit
int limit
A closer indication about the limit
-
-
Class org.java_websocket.exceptions.NotSendableException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -6468967874576651628L
-
Class org.java_websocket.exceptions.WebsocketNotConnectedException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -785314021592982715L
-
Class org.java_websocket.exceptions.WrappedIOException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
ioException
java.io.IOException ioException
The IOException
-
-
-