throw new InstantiationException(e.getMessage());
}
// sync error publisher (if one exists)...
try {
PubSubProducer syncErrorPublisher = (PubSubProducer)getAppConfig().getObject("SyncErrorPublisher");
if (syncErrorPublisher == null) {
logger.warn("[ScheduledCommandImpl] no 'SyncErrorPublisher' in Config document. Processing will continue.");
return;
}
setSyncErrorPublisher(syncErrorPublisher);