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:
Serializable
public class NoHttpResponseException extends IOException
Signals that the target server failed to respond with a valid HTTP response.
- Version:
- $Revision: 618017 $
- Author:
- Oleg Kalnichevski
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NoHttpResponseException(String message)Creates a new NoHttpResponseException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoHttpResponseException
Creates a new NoHttpResponseException with the specified detail message.- Parameters:
message- exception message
-