JDIMessages.ThreadReferenceImpl_thread_not_suspended);
case JdwpReplyPacket.NOT_IMPLEMENTED:
throw new UnsupportedOperationException(
JDIMessages.ThreadReferenceImpl_no_force_early_return_on_threads);
case JdwpReplyPacket.OPAQUE_FRAME:
throw new NativeMethodException(
JDIMessages.ThreadReferenceImpl_thread_cannot_force_native_method);
case JdwpReplyPacket.NO_MORE_FRAMES:
throw new InvalidStackFrameException(
JDIMessages.ThreadReferenceImpl_thread_no_stackframes);
case JdwpReplyPacket.TYPE_MISMATCH: