currentCm = (CategoryMapping) catMaps.next();
try {
CatMapCSHelper.storeCatMapping(currentCm, con, article.getArticleId());
}
catch (SQLException sql) {
CategoryMappingPersistenceException cmpe =
new CategoryMappingPersistenceException(sql.getMessage(),
"Error attempting to create category mapping with category name " +
currentCm.getCategoryName() + " and article ID " +
article.getArticleId());
exceptionArrayList.add(cmpe);
}