}
if (slave == null) {
log.warning("could not find a slave for replication client '" + relativeName + "'");
}
try {
slave.postCheck(processedEntries);
}
catch (Exception ex) {
throw new XmlBlasterException(this.global, ErrorCode.INTERNAL, "exception occured when filtering replication messages", "", ex);
}
catch (Throwable ex) {