类 McpServerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.codeboyzhou.mcp.declarative.exception.McpServerException
所有已实现的接口:
Serializable
直接已知子类:
McpServerComponentRegistrationException, McpServerConfigurationException, McpServerJsonProcessingException

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

    • McpServerException

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

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