Class NoActiveHostException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.servicetalk.client.api.NoActiveHostException
All Implemented Interfaces:
RetryableException, Serializable

public class NoActiveHostException extends IOException implements RetryableException
Thrown when no host is active to establish a new connection.
See Also:
  • Constructor Details

    • NoActiveHostException

      public NoActiveHostException(String message)
      Creates a new instance.
      Parameters:
      message - the detail message.