mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
refactored code issues
This commit is contained in:
parent
9ff91085c8
commit
5690dec4b7
@ -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);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user