loadFrom(device, deviceNode);
loadChilds(device, deviceNode);
return device;
} catch (BackingStoreException e) {
throw new ConfigurationException(e);
} catch (CertificateException e) {
throw new ConfigurationException(e);
} finally {
// if this loadDevice call initialized the cache, then clean it up
if (doCleanUpCache) currentlyLoadedDevicesLocal.remove();
}