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

jvergara
11.34.2006 f10eeefc3ab93b6173fd4edbf196ca863344b4dc
opendj-sdk/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;