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

jvergara
11.34.2006 c40f084a6d3e897785f2fbff3ddb97545644cddc
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;