merge_customException #6

Merged
chandrasegar merged 3 commits from merge_customException into customException 10 months ago

@ -58,7 +58,7 @@ public class MailDAOImpl implements MailDAO {
}
} catch (SQLException e) {
logger.info(e.getMessage());
throw new SQLException("error processing sql", e);
throw new SQLException("error processing sql !!", e);
} catch (IOException e) {
logger.info(e.getMessage());
throw new MailProcessingException("Error processing mailModel", e);

Loading…
Cancel
Save