Fix checkstyle reported by odlparent-3.0.0
[controller.git] / opendaylight / config / config-manager / src / main / java / org / opendaylight / controller / config / manager / impl / jmx / JMXNotifierConfigRegistry.java
index a4fcdbbf8e97e40fc1db1672e6cba0ba728c43c7..50cccc796fa9def277081e0c6efef26c8bf08719 100644 (file)
@@ -165,7 +165,7 @@ public class JMXNotifierConfigRegistry implements ConfigRegistryImplMXBean, Auto
             beanServer.unregisterMBean(ConfigJMXNotification.OBJECT_NAME);
         } catch (InstanceNotFoundException | MBeanRegistrationException e) {
             throw new IllegalStateException(
-                    "Notifier: " + ConfigJMXNotification.OBJECT_NAME + " not found in JMX when closing");
+                    "Notifier: " + ConfigJMXNotification.OBJECT_NAME + " not found in JMX when closing", e);
         }
     }