}
catch (ConcurrencyException e)
{
int contactId = ((Contact) prevVersion).getContactId();
System.err.println("*** Throwing DataSyncException when trying to delete company id=" + contactId);
throw new DataSyncException(dao.getContact(contactId), null);
}
}