Class McpServerConfigurationException

All Implemented Interfaces:
Serializable

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

    • McpServerConfigurationException

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

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