Class McpException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.langchain4j.exception.LangChain4jException
dev.langchain4j.mcp.client.McpException
All Implemented Interfaces:
Serializable

public class McpException extends dev.langchain4j.exception.LangChain4jException
A business exception raised over the MCP protocol
See Also:
  • Constructor Details

    • McpException

      public McpException(int errorCode, String errorMessage)
  • Method Details

    • errorCode

      public int errorCode()
    • errorMessage

      public String errorMessage()