mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java @@ -1158,6 +1158,10 @@ { arg = ne.getLocalizedMessage(); } else if (ne.getExplanation() != null) { arg = ne.getExplanation(); } else { arg = ne.toString(true);