Class McpServerJsonProcessingException

All Implemented Interfaces:
Serializable

public class McpServerJsonProcessingException extends McpServerException
This exception is thrown to indicate a JSON processing error in the MCP (Model Context Protocol) server.
Author:
codeboyzhou
See Also:
  • Constructor Details

    • McpServerJsonProcessingException

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

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