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
,Serializable
Throws when a connect operations failed because of a timeout.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConnectTimeoutException
(String message, Throwable cause) Create a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectTimeoutException
Create a new instance.- Parameters:
message
- the message.cause
- the original cause.
-