throw new CustomerRequiredException();
}
if (customerIds.contains(customerId) == false) {
releaseConnection();
throw new CustomerNotInAccountException
("customer " + customerId +
" not assigned to account " + accountId);
}
try {
deleteOneCustomerInXref(customerId, accountId);