Package com.neovisionaries.ws.client
Class InsufficientDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.neovisionaries.ws.client.WebSocketException
-
- com.neovisionaries.ws.client.InsufficientDataException
-
- All Implemented Interfaces:
java.io.Serializable
class InsufficientDataException extends WebSocketException
-
-
Field Summary
Fields Modifier and Type Field Description private intmReadByteCountprivate intmRequestedByteCountprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description InsufficientDataException(int requestedByteCount, int readByteCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetReadByteCount()intgetRequestedByteCount()-
Methods inherited from class com.neovisionaries.ws.client.WebSocketException
getError
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
mRequestedByteCount
private final int mRequestedByteCount
-
mReadByteCount
private final int mReadByteCount
-
-