@Test
public void testLockHandlingWithExceptionWhenConstructingRootNode()
{
SynchronizerTestImpl sync = setUpSynchronizerTest();
final RuntimeException testEx =
new ConfigurationRuntimeException("Test exception");
BaseHierarchicalConfiguration childEx =
new BaseHierarchicalConfiguration()
{
@Override
public NodeModel<ImmutableNode> getModel() {