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