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 int
mReadByteCount
private int
mRequestedByteCount
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InsufficientDataException(int requestedByteCount, int readByteCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getReadByteCount()
int
getRequestedByteCount()
-
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
-
-