Package org.apache.hc.client5.http.impl
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:
java.io.Serializable
public class TunnelRefusedException extends org.apache.hc.core5.http.HttpException
Signals that the tunnel request was rejected by the proxy host.- Since:
- 4.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
responseMessage
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description TunnelRefusedException(java.lang.String message, java.lang.String responseMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getResponseMessage()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
responseMessage
private final java.lang.String responseMessage
-
-