类 McpServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.codeboyzhou.mcp.declarative.exception.McpServerException
- 所有已实现的接口:
Serializable
- 直接已知子类:
McpServerComponentRegistrationException,McpServerConfigurationException,McpServerJsonProcessingException
This exception is thrown to indicate a general error in the MCP (Model Context Protocol) server.
- 作者:
- codeboyzhou
- 另请参阅:
-
构造器概要
构造器构造器说明McpServerException(String message) Creates a new instance ofMcpServerExceptionwith the specified detail message.McpServerException(String message, Throwable cause) Creates a new instance ofMcpServerExceptionwith the specified detail message and cause. -
方法概要
-
构造器详细资料
-
McpServerException
Creates a new instance ofMcpServerExceptionwith the specified detail message.- 参数:
message- the detail message
-
McpServerException
Creates a new instance ofMcpServerExceptionwith the specified detail message and cause.- 参数:
message- the detail messagecause- the cause of the exception
-