类 McpServerJsonProcessingException

所有已实现的接口:
Serializable

public class McpServerJsonProcessingException extends McpServerException
This exception is thrown to indicate a JSON processing error in the MCP (Model Context Protocol) server.
作者:
codeboyzhou
另请参阅:
  • 构造器详细资料

    • McpServerJsonProcessingException

      public McpServerJsonProcessingException(String message)
      Creates a new instance of McpServerJsonProcessingException with the specified detail message.
      参数:
      message - the detail message
    • McpServerJsonProcessingException

      public McpServerJsonProcessingException(String message, Throwable cause)
      Creates a new instance of McpServerJsonProcessingException with the specified detail message and cause.
      参数:
      message - the detail message
      cause - the cause of the exception