catch (URISyntaxException e)
{
String message =
"Problem with the data store URI(s) for the product's reference(s).";
LOGGER.log(Level.FINE, message, e);
throw new NotFoundException(message + " " + e.getMessage());
}
catch (ZipException e)
{
String message = "Unable to create a zip archive of the product.";
LOGGER.log(Level.FINE, message, e);