mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
28.52.2009 96b0ae53d261cbe5b42f0f1aed483acc5d7b0975
opendj-sdk/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);