187188189190191192193194195196197
Serializable query) { if (! _lifecycle.isActive()) { BamException exn = new RemoteConnectionFailedException(L.l("{0} is closed", this)); exn.fillInStackTrace(); getBroker().queryError(id, from, to, query, BamError.create(exn)); return; }