mergeChilds(prev, device, deviceDN);
updateCertificates(prev, device);
} catch (NameNotFoundException e) {
throw new ConfigurationNotFoundException(e);
} catch (NamingException e) {
throw new ConfigurationException(e);
} catch (CertificateException e) {
throw new ConfigurationException(e);
}
}