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:
-
Constructor Summary
ConstructorsConstructorDescriptionProxyConnectException(String msg) ProxyConnectException(String msg, Throwable cause) ProxyConnectException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProxyConnectException
public ProxyConnectException() -
ProxyConnectException
-
ProxyConnectException
-
ProxyConnectException
-