mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
refactored code issue
This commit is contained in:
parent
77dc0f257c
commit
9ff91085c8
@ -104,8 +104,7 @@ public class AndroidDeviceManager implements DeviceManager {
|
|||||||
"Error occurred while retrieving the Registry instance : ", e);
|
"Error occurred while retrieving the Registry instance : ", e);
|
||||||
} catch (RegistryException e) {
|
} catch (RegistryException e) {
|
||||||
throw new DeviceManagementException(
|
throw new DeviceManagementException(
|
||||||
"Error occurred while persisting the Registry resource of Android Configuration : "
|
"Error occurred while persisting the Registry resource of Android Configuration : ", e);
|
||||||
+ e.getMessage(), e);
|
|
||||||
} catch (JAXBException e) {
|
} catch (JAXBException e) {
|
||||||
throw new DeviceManagementException(
|
throw new DeviceManagementException(
|
||||||
"Error occurred while parsing the Android configuration : ", e);
|
"Error occurred while parsing the Android configuration : ", e);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user