bad.robot.http
Class HttpUnknownHostException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by bad.robot.http.HttpException
                  extended by bad.robot.http.HttpUnknownHostException
All Implemented Interfaces:
Serializable

public class HttpUnknownHostException
extends HttpException

See Also:
Serialized Form

Constructor Summary
HttpUnknownHostException()
           
HttpUnknownHostException(String message)
           
HttpUnknownHostException(String message, Throwable cause)
           
HttpUnknownHostException(Throwable cause)
           
 
Method Summary
 
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()

HttpUnknownHostException

public HttpUnknownHostException(String message)

HttpUnknownHostException

public HttpUnknownHostException(String message,
                                Throwable cause)

HttpUnknownHostException

public HttpUnknownHostException(Throwable cause)


Copyright © 2012. All Rights Reserved.