- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.net.SocketException
-
- java.net.ConnectException
-
- io.netty5.channel.ConnectTimeoutException
-
- All Implemented Interfaces:
Serializable
public class ConnectTimeoutException extends ConnectException
ConnectException
which will be thrown if a connection could not be established because of a connection timeout.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectTimeoutException()
ConnectTimeoutException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConnectTimeoutException
public ConnectTimeoutException(String msg)
-
ConnectTimeoutException
public ConnectTimeoutException()
-
-