Prepare for odlparent 3.0.0 checkstyle rules
[lispflowmapping.git] / mappingservice / neutron / src / main / java / org / opendaylight / lispflowmapping / neutron / intenthandler / util / VppNodeReader.java
index dad2cff0d0cf943f8ae7010590b6ce15f36de421..031178bcc621d32c3721b5ce052585a20bc60011 100644 (file)
@@ -60,7 +60,7 @@ public class VppNodeReader {
         } catch (final InterruptedException | ExecutionException ex) {
             LOG.warn("Got exception while reading IP addresses from nodes {}",
                     InfoUtil.node(instanceIdentifierToVppNode));
-            throw new RlocNotFoundOnVppNode(InfoUtil.node(instanceIdentifierToVppNode));
+            throw new RlocNotFoundOnVppNode(InfoUtil.node(instanceIdentifierToVppNode), ex);
         }
     }