com.sas.hls.client.exception
Class HttpUnknownHostException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sas.hls.client.exception.HttpConnectException
                  extended by 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

Constructor Summary
HttpUnknownHostException(URL url, String message, Throwable cause)
          Constructs an HttpUnknownHostException with the specified message and cause.
 
Method Summary
 
Methods inherited from class com.sas.hls.client.exception.HttpConnectException
getUrl
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 failure
message - 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