public class ProxyDetectionException extends Exception(Code)
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.
Creates a new ProxyDetectionException with the specified detail message
and cause.
Parameters: message - the exception detail message Parameters: cause - the Throwable that caused this exception, or null if the cause is unavailable, unknown, or not a Throwable