Bump upstream versions
[netconf.git] / netconf / tools / netconf-testtool / src / main / java / org / opendaylight / netconf / test / tool / Main.java
index b5984a65fa9709e1bb39e58bc2236631ca122e66..89a03dbab05331947b7d01d009e368422b7967ff 100644 (file)
@@ -85,7 +85,7 @@ public final class Main {
             try {
                 netconfDeviceSimulator.wait();
             } catch (final InterruptedException e) {
-                throw new RuntimeException(e);
+                throw new IllegalStateException("Interrupted while waiting", e);
             }
         }
     }