Package 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
public class TunnelRefusedException extends HttpException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TunnelRefusedException(String message, HttpResponse response) -
Method Summary
Modifier and Type Method Description HttpResponsegetResponse()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TunnelRefusedException
-
-
Method Details
-
getResponse
-