public class WebBrowserException extends OpenDsException
| Constructor and Description |
|---|
WebBrowserException(String url,
LocalizableMessage msg,
Throwable rootCause)
Constructor of the WebBrowserException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl()
Returns the url that we were trying to display when the exception occurred.
|
getMessageObjectaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WebBrowserException(String url, LocalizableMessage msg, Throwable rootCause)
url - the url that we were trying to display.msg - the error message.rootCause - the root cause.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.