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