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

jvergara
11.34.2006 c40f084a6d3e897785f2fbff3ddb97545644cddc
opends/src/quicksetup/org/opends/quicksetup/util/WebBrowserException.java
@@ -44,7 +44,7 @@
   * @param msg the error message.
   * @param rootCause the root cause.
   */
  public WebBrowserException(String url, String msg, Exception rootCause)
  public WebBrowserException(String url, String msg, Throwable rootCause)
  {
    super(msg, rootCause);
    this.url = url;