Package io.netty.handler.proxy
Class HttpProxyHandler.HttpProxyConnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
java.net.ConnectException
io.netty.handler.proxy.ProxyConnectException
io.netty.handler.proxy.HttpProxyHandler.HttpProxyConnectException
- All Implemented Interfaces:
Serializable
- Enclosing class:
HttpProxyHandler
Specific case of a connection failure, which may include headers from the proxy.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
headers
-
-
Constructor Details
-
HttpProxyConnectException
- Parameters:
message
- The failure message.headers
- Header associated with the connection failure. May benull
.
-
-
Method Details
-
headers
Returns headers, if any. May benull
.
-