opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/browser/BrowserController.java
@@ -1338,7 +1338,7 @@ catch (IOException ioe) { // Bug throw new IllegalStateException("Unexpected encoding exception: "+ioe, throw new RuntimeException("Unexpected encoding exception: "+ioe, ioe); } } @@ -1521,7 +1521,7 @@ } if (node.isLeaf() && (node.getChildCount() >= 1)) { throw new IllegalStateException("Inconsistent node: " + node.getDN()); throw new RuntimeException("Inconsistent node: " + node.getDN()); } }