Uses of Class
dev.langchain4j.mcp.client.McpException
Packages that use McpException
-
Uses of McpException in dev.langchain4j.mcp.client
Methods in dev.langchain4j.mcp.client that return McpExceptionModifier and TypeMethodDescriptionstatic McpExceptionMcpException.withErrorData(int errorCode, String errorMessage, @Nullable String errorDataAsJson) Creates an exception carrying the JSON-RPCerror.datamember as JSON text.