com.sas.hls.client.exception
Class HttpUnknownHostException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sas.hls.client.exception.HttpConnectException
com.sas.hls.client.exception.HttpUnknownHostException
- All Implemented Interfaces:
- Serializable
public class HttpUnknownHostException
- extends HttpConnectException
Exception thrown when there was communication error between the client and server because the host specified in the
URL cannot be reached.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HttpUnknownHostException
public HttpUnknownHostException(URL url,
String message,
Throwable cause)
- Constructs an
HttpUnknownHostException
with the specified message and cause.
- Parameters:
url
- the URL used during the connection failuremessage
- the detail message (which is saved for later retrieval by the Throwable.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) 2016, SAS Institute Inc., Cary, NC, USA