org.apache.commons.httpclient
Class NoHttpResponseException
IOException
org.apache.commons.httpclient.NoHttpResponseException
public class NoHttpResponseException
extends IOException
Signals that the target server failed to respond with a valid HTTP response.
NoHttpResponseException
public NoHttpResponseException()
Creates a new NoHttpResponseException with a null detail message.
NoHttpResponseException
public NoHttpResponseException(String message)
Creates a new NoHttpResponseException with the specified detail message.
message
- exception message
NoHttpResponseException
public NoHttpResponseException(String message,
Throwable cause)
Creates a new NoHttpResponseException with the specified detail message and cause.
message
- the exception detail messagecause
- the Throwable that caused this exception, or null
if the cause is unavailable, unknown, or not a Throwable
Copyright (c) 1999-2005 - Apache Software Foundation