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

jvergara
17.53.2007 8feee36de8e6042f928439b06a03d50018423afe
opends/src/quicksetup/org/opends/quicksetup/UserDataCertificateException.java
@@ -77,8 +77,7 @@
      Throwable t, String host, int port, X509Certificate[] chain,
      String authType, Type type)
  {
    super(step, message);
    initCause(t);
    super(step, message, t);
    this.host = host;
    this.port = port;
    this.chain = chain;