Package io.servicetalk.client.api
Class ConnectTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.net.SocketException
-
- java.net.ConnectException
-
- io.servicetalk.client.api.ConnectTimeoutException
-
- All Implemented Interfaces:
RetryableException
,java.io.Serializable
public class ConnectTimeoutException extends java.net.ConnectException implements RetryableException
Throws when a connect operations failed because of a timeout.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectTimeoutException(java.lang.String message, java.lang.Throwable cause)
Create a new instance.
-