}
} catch (RecipientException ignore) {
// XXX Should never happen with the current implementation.
LOGGER.warn("message-recipient-addition-failed-for", type,
ignore);
throw new MessageServiceException();
} finally {
if (LOGGER.isDebugEnabled()) {
LOGGER.debug("Exited addRecipients");
}
}