refactored code issues

This commit is contained in:
hasuniea 2016-02-17 18:00:28 +05:30
parent 9ff91085c8
commit 5690dec4b7

View File

@ -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);
} }
} }