catch (LockNotGrantedException e)
{
String eol = SystemUtils.LINE_SEPARATOR;
log.error("Lock not granted, while set FK in collection references[" +
eol + "current reference descriptor:" +
eol + cds.toXML() +
eol + "object to lock: " + item +
eol + "main object class: " + newTxObject.getClass().getName() +
eol + "]", e);
throw e;
}