logger.debug("Request to authority [me={}, query={}]", this.channel.getName(), question);
this.channel.send(message);
} catch (Exception e) {
logger.warn("Failed to communicate with authority", e);
// Jgroups goes "throws Exception" >[
throw new BackendCommunicationException(e);
}
}