custome exception added

merge_customException
parent 204be5a468
commit cc95588325

@ -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