logger.debug("", e);
}
}
}
} catch (SQLException e) {
throw new DAOException("", e);
} finally {
if (updateCustomerLogin != null) {
try {
updateCustomerLogin.close();
} catch (SQLException e) {
logger.debug("", e);
}
}
if (selectCustomerLogin != null) {
try {
selectCustomerLogin.close();
} catch (SQLException e) {
logger.debug("", e);
}
}
}
}
} finally {
try {
customerProfileRS.close();
} catch (SQLException e) {
logger.debug("", e);
}
}
}
} catch (SQLException e) {
throw new DAOException("", e);
} finally {
if (selectCustomerProfileByUserId != null) {
try {
selectCustomerProfileByUserId.close();
} catch (SQLException e) {