Uses of Class
dev.langchain4j.exception.NonRetriableException
Packages that use NonRetriableException
-
Uses of NonRetriableException in dev.langchain4j.exception
Subclasses of NonRetriableException in dev.langchain4j.exceptionModifier and TypeClassDescriptionclassSignals that an asynchronous SPI method (an*Asyncmethod, or a reactivePublisher-returning method) is not implemented by a component, and is therefore the internal "this component is not genuinely asynchronous" marker carried by those methods'defaultimplementations.classThrown when a request is rejected because the supplied credentials are missing, invalid, or insufficient (HTTP 401 / 403).classException thrown when the LLM provider refuses to process a request due to content filtering or violation of usage policies.classThrown when the model provider rejects a request because the request itself is malformed or violates the provider's constraints (HTTP 4xx, excluding 401, 403, 404, 408, and 429).classThrown when the requested model does not exist or is not accessible by the caller (HTTP 404).classThrown when the model provider's host cannot be resolved (DNS failure orUnresolvedAddressException).classThrown when a requested feature is not supported by the current model provider or the specific model being used.