Class TunnelRefusedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.http.HttpException
org.apache.http.impl.execchain.TunnelRefusedException
All Implemented Interfaces:
Serializable

public class TunnelRefusedException extends HttpException
Signals that the tunnel request was rejected by the proxy host.
Since:
4.0
See Also:
  • Constructor Details

    • TunnelRefusedException

      public TunnelRefusedException(String message, HttpResponse response)
  • Method Details