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.
- Version:
- $Revision: 376458 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
NoHttpResponseException
public NoHttpResponseException(java.lang.String message)
- Creates a new NoHttpResponseException with the specified detail message.