119120121122123124125126127
} }.write(true); // Exclusive lock, wait } catch (LockConflictException e) { throw e; } catch (Exception e) { throw new RepositoryCreationException("Failed to create " + "repository: " + id, e); } }