类 McpServerConfigurationException

所有已实现的接口:
Serializable

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

    • McpServerConfigurationException

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

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