// Park this query awaiting result from backend
this.waitHere.keep(this);
try {
// Notify backend we need an update
backend.notify(question);
} catch (NoSuchDomainException e) {
this.waitHere.discard(this);
this.unknown();
} catch (BackendCommunicationException e) {
this.waitHere.discard(this);