| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.httpclient.NoHttpResponseException
public class NoHttpResponseException
Signals that the target server failed to respond with a valid HTTP response.
| Constructor Summary | |
|---|---|
| NoHttpResponseException()Creates a new NoHttpResponseException with a null detail message. | |
| NoHttpResponseException(String message)Creates a new NoHttpResponseException with the specified detail message. | |
| NoHttpResponseException(String message,
                        Throwable cause)Creates a new NoHttpResponseException with the specified detail message and cause. | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public NoHttpResponseException()
public NoHttpResponseException(String message)
message - exception message
public NoHttpResponseException(String message,
                               Throwable cause)
message - the exception detail messagecause - the Throwable that caused this exception, or null
 if the cause is unavailable, unknown, or not a Throwable| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||