case QUERY_ERROR:
{
long id = in.readLong();
Serializable value = (Serializable) in.readObject();
BamError error = (BamError) in.readObject(BamError.class);
in.endPacket();
if (log.isLoggable(Level.FINER)) {
log.finer(this + " queryError " + error + " " + value
+ " {id:" + id + ", to:" + to + ", from:" + from + "}");