public class ProxyDetectionException extends Exception
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 and Description |
|---|
ProxyDetectionException()
Creates a new ProxyDetectionException with a null detail message.
|
ProxyDetectionException(String message)
Creates a new ProxyDetectionException with the specified detail message.
|
ProxyDetectionException(String message,
Throwable cause)
Creates a new ProxyDetectionException with the specified detail message
and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProxyDetectionException()
public ProxyDetectionException(String message)
message - The exception detail messagepublic ProxyDetectionException(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 ThrowableCopyright © 2012 Apache Software Foundation. All Rights Reserved.