Package io.servicetalk.client.api
Class NoAvailableHostException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.servicetalk.client.api.NoAvailableHostException
-
- All Implemented Interfaces:
RetryableException
,java.io.Serializable
public class NoAvailableHostException extends java.lang.RuntimeException implements RetryableException
Thrown when no host is available but at least one is required.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoAvailableHostException(java.lang.String message)
Creates a new instance.
-