Class UnresolvedModelServerException

All Implemented Interfaces:
Serializable

public class UnresolvedModelServerException extends NonRetriableException
Thrown when the model provider's host cannot be resolved (DNS failure or UnresolvedAddressException).

This is a NonRetriableException: the configured endpoint URL is either incorrect or the host is unreachable from the current network. The caller should verify the base URL in the client configuration before retrying.

See Also:
  • Constructor Details

    • UnresolvedModelServerException

      public UnresolvedModelServerException(String message)
    • UnresolvedModelServerException

      public UnresolvedModelServerException(Throwable cause)
    • UnresolvedModelServerException

      public UnresolvedModelServerException(String message, Throwable cause)