itr.remove();
}
}
} catch (BrokerException ex) {
logger.logStack(Logger.ERROR,BrokerResources.E_INTERNAL_BROKER_ERROR, "unable to load destinations", ex);
throw ex;
} catch (IOException ex) {
logger.logStack(Logger.ERROR,BrokerResources.E_INTERNAL_BROKER_ERROR, "unable to load destinations", ex);
throw new BrokerException(BrokerResources.X_LOAD_DESTINATIONS_FAILED,
ex);