utx.rollback();
} catch (Exception re) {
throw new RollbackFailureException("An error occurred attempting to roll back the transaction.", re);
}
if (findFormData(formData.getId()) != null) {
throw new PreexistingEntityException("FormData " + formData + " already exists.", ex);
}
throw ex;
}
}