Package io.servicetalk.client.api
Class ConnectionLimitReachedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
java.net.ConnectException
io.servicetalk.client.api.ConnectionLimitReachedException
- All Implemented Interfaces:
RetryableException
,Serializable
Thrown when the number of connections reached their limit for a given resource (i.e. a host)
depending on the context.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionLimitReachedException
Creates a new instance.- Parameters:
message
- the detail message.
-