throw (XmlBlasterException)ex;
throw new XmlBlasterException(this.global, ErrorCode.INTERNAL, "exception occured when filtering replication messages", "", ex);
}
catch (Throwable ex) {
if (slave != null)
slave.handleException(ex);
throw new XmlBlasterException(this.global, ErrorCode.INTERNAL, "throwable occured when filtering replication messages. " + Global.getStackTraceAsString(ex), "", ex);
}
}
/**