274275276277278279280281282283
// lets print a stack trace first. Throwable throwable = (Throwable) rsp; if (trace) { log.trace("Received Throwable from remote cache", throwable); } throw new ReplicationException(throwable); } } } }