org.apache.http.impl.client
Class TunnelRefusedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.http.HttpException
org.apache.http.impl.client.TunnelRefusedException
- All Implemented Interfaces:
- Serializable
@Immutable
public class TunnelRefusedException
- extends HttpException
Signals that the tunnel request was rejected by the proxy host.
- Since:
- 4.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TunnelRefusedException
public TunnelRefusedException(String message,
HttpResponse response)
getResponse
public HttpResponse getResponse()
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.