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