Package org.apache.http
Class NoHttpResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.http.NoHttpResponseException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoHttpResponseException extends java.io.IOException
Signals that the target server failed to respond with a valid HTTP response.- Since:
- 4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoHttpResponseException(java.lang.String message)
Creates a new NoHttpResponseException with the specified detail message.
-