logger.error(dve.getMessage(), dve);
throw new PlatformDataIntegrityException("error.msg.document.unknown.data.integrity.issue",
"Unknown data integrity issue with resource.");
} catch (final ContentManagementException cme) {
logger.error(cme.getMessage(), cme);
throw new ContentManagementException(documentCommand.getName(), cme.getMessage());
}
}