public class HttpUnknownHostException extends HttpConnectException
Constructor and Description |
---|
HttpUnknownHostException(URL url,
String message,
Throwable cause)
Constructs an
HttpUnknownHostException with the specified message and cause. |
getUrl
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HttpUnknownHostException(URL url, String message, Throwable cause)
HttpUnknownHostException
with the specified message and cause.url
- the URL used during the connection failuremessage
- the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage()
method).cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA