SQLExceptionHandler.LOG.debug(DebugMessages.ROOT_CAUSE.getMessage(),
ThrowableUtils.getRootCause(sqlException));
SQLExceptionHandler.LOG.debug(DebugMessages.STACK_TRACE.getMessage(), sqlException);
SQLExceptionHandler.LOG.debug(MethodUtils.successMessage());
}
throw new DAOException(DAOException.DEFAULT_MESSAGE, sqlException);
}