Class TunnelRefusedException

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

@Deprecated public class TunnelRefusedException extends org.apache.hc.core5.http.HttpException
Deprecated.
Do not use/
Signals that the tunnel request was rejected by the proxy host.
Since:
4.0
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Deprecated.
      See Also:
    • response

      private final org.apache.hc.core5.http.HttpResponse response
      Deprecated.
  • Constructor Details

    • TunnelRefusedException

      @Deprecated public TunnelRefusedException(String message, String responseMessage)
      Deprecated.
      Do not use.
    • TunnelRefusedException

      @Internal public TunnelRefusedException(org.apache.hc.core5.http.HttpResponse response)
      Deprecated.
  • Method Details

    • getResponseMessage

      @Deprecated public String getResponseMessage()
      Deprecated.
    • getResponse

      public org.apache.hc.core5.http.HttpResponse getResponse()
      Deprecated.
      Since:
      5.4