image = new ImageRecord(aReferent, imageFile.getAbsolutePath());
if (imageFile.length() > 0) {
myRemoteImages.put(aReferent, image);
} else {
throw new ResolverException("An error occurred processing file: " + uri.toURL());
}
} catch (final Exception details) {
if (LOGGER.isInfoEnabled()) {
LOGGER.info("Unable to access {} ({})", aReferent, details.getMessage());
}