public class InternetConnectivityException extends Error
| Constructor and Description |
|---|
InternetConnectivityException(String string) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHTMLText() |
void |
setCause(Throwable t) |
void |
setHTMLText(String htmlText) |
static InternetConnectivityException |
testInternetConnectivity() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic InternetConnectivityException(String string)
public void setCause(Throwable t)
public void setHTMLText(String htmlText)
public String getHTMLText()
public static InternetConnectivityException testInternetConnectivity()
Copyright © 2021. All rights reserved.