return;
}
// on startup, queue the messages until the startup completes
if (isBeforeActive()
&& addStartupPacket(new QueryError(id, to, from, payload, error))) {
// startup packets are successful
}
else {
// use default error handling
super.queryError(id, to, from, payload, error);