|
|
@ -134,8 +134,7 @@ public class WindowsDeviceManager implements DeviceManager {
|
|
|
|
"Error occurred while parsing the Windows configuration : ", e);
|
|
|
|
"Error occurred while parsing the Windows configuration : ", e);
|
|
|
|
} catch (RegistryException e) {
|
|
|
|
} catch (RegistryException e) {
|
|
|
|
throw new DeviceManagementException(
|
|
|
|
throw new DeviceManagementException(
|
|
|
|
"Error occurred while retrieving the Registry resource of Windows configuration : " +
|
|
|
|
"Error occurred while retrieving the Registry resource of Windows configuration : ", e);
|
|
|
|
e.getMessage(), e);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|