From 7e014d165df1bf3dd13ffc4a5d8906a0b1561eba 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:
---
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/UserDataCertificateException.java | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/UserDataCertificateException.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/UserDataCertificateException.java
index d6e3304..afd5050 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/UserDataCertificateException.java
+++ b/opendj-sdk/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