Package io.netty.handler.proxy
Class ProxyConnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
java.net.ConnectException
io.netty.handler.proxy.ProxyConnectException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HttpProxyHandler.HttpProxyConnectException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProxyConnectException
(String msg, Throwable cause) ProxyConnectException
(Throwable cause) -
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:
-
-
Constructor Details
-
ProxyConnectException
public ProxyConnectException() -
ProxyConnectException
-
ProxyConnectException
-
ProxyConnectException
-