Package io.servicetalk.client.api
Class NoAvailableHostException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.servicetalk.client.api.NoAvailableHostException
- All Implemented Interfaces:
RetryableException
,Serializable
Thrown when no host is available but at least one is required.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoAvailableHostException
Creates a new instance.- Parameters:
message
- the detail message.
-