Uses of Class
dev.langchain4j.exception.RetriableException
Packages that use RetriableException
-
Uses of RetriableException in dev.langchain4j.exception
Subclasses of RetriableException in dev.langchain4j.exceptionModifier and TypeClassDescriptionclassThrown when the model provider returns a server-side error (HTTP 5xx).classThrown when the model provider rejects a request because the caller has exceeded its allowed request or token quota within a time window (HTTP 429).classThrown when a request to the model provider does not complete within the configured time limit (HTTP 408 or a client-side read/connect timeout).