opends/src/quicksetup/org/opends/quicksetup/installer/InstallException.java
@@ -82,7 +82,7 @@ * @param localizedMsg a localized string describing the problem. * @param rootCause the root cause of this exception. */ public InstallException(Type type, String localizedMsg, Exception rootCause) public InstallException(Type type, String localizedMsg, Throwable rootCause) { super(localizedMsg, rootCause); this.type = type;