This exception is raised in case of generic debugger error. The possible
causes for this exception are unexpected JDWP reply packet error code,
incorrect information inside JDWP packet, network problems etc.
The raising of this exception generally means a fatal error of KJDB.
Constructor Summary
public
DebugeeException() Creates new DebugeeException without detail message.
public
DebugeeException(String msg) Constructs an DebugeeException with the specified detail message.