161162163164165166167168
new File(info.getLocation()).delete(); foundObjectToDelete = true; } } if (!foundObjectToDelete) { throw new PersistenceException("No element could be found to be deleted"); } }