From 8feee36de8e6042f928439b06a03d50018423afe Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 17 Aug 2007 00:53:26 +0000
Subject: [PATCH] The following modifications have the following goals:

---
 opends/src/quicksetup/org/opends/quicksetup/UserDataCertificateException.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/UserDataCertificateException.java b/opends/src/quicksetup/org/opends/quicksetup/UserDataCertificateException.java
index d6e3304..afd5050 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/UserDataCertificateException.java
+++ b/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;

--
Gitblit v1.10.0