|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.httpclient.contrib.proxy.ProxyDetectionException
Signals a problem with auto-detecting the proxy information using the java plugin.
DISCLAIMER: HttpClient developers DO NOT actively support this component. The component is provided as a reference material, which may be inappropriate for use without additional customization.
| Constructor Summary | |
ProxyDetectionException()
Creates a new ProxyDetectionException with a null detail message. |
|
ProxyDetectionException(java.lang.String message)
Creates a new ProxyDetectionException with the specified detail message. |
|
ProxyDetectionException(java.lang.String message,
java.lang.Throwable cause)
Creates a new ProxyDetectionException with the specified detail message and cause. |
|
| 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 ProxyDetectionException()
public ProxyDetectionException(java.lang.String message)
message - The exception detail message
public ProxyDetectionException(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 Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||