+ }
+
+ try {
+ var deviceLinkUrl = DeviceLinkUrl.parseDeviceLinkUri(linkUri);
+ m.addDeviceLink(deviceLinkUrl);
+ } catch (IOException e) {
+ logger.error("Add device link failed", e);
+ throw new IOErrorException("Add device link failed", e);
+ } catch (InvalidDeviceLinkException e) {