This exception is raised by methods of Packet and its subclasses
when JDWP packet is malformed and we try to read some data but see end of
packet (for example, if we try to read int value from packet by
ByteBuffer.getInt() but there is no more data in packet).
Usually raising of this exception indicates fatal error. |