org.apache.http.NoHttpResponseException
Signals that the target server failed to respond with a valid HTTP response.
Summary
Public Constructors
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
NoHttpResponseException(String message)
Creates a new NoHttpResponseException with the specified detail message.
Parameters
message
| exception message
|