Class LangChain4jException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AnthropicHttpException, AzureAiSearchRuntimeException, BlankDocumentException, ElasticsearchRequestFailedException, HttpException, IllegalConfigurationException, IllegalResponseException, McpException, ModelDisabledException, ModerationException, NonRetriableException, OpenSearchRequestFailedException, OutputParsingException, RetriableException, UnsupportedFeatureException

public class LangChain4jException extends RuntimeException
See Also:
  • Constructor Details

    • LangChain4jException

      public LangChain4jException(String message)
    • LangChain4jException

      public LangChain4jException(Throwable cause)
    • LangChain4jException

      public LangChain4jException(String message, Throwable cause)