Class McpToolset.McpToolLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.adk.tools.mcp.McpToolset.McpToolsetException
com.google.adk.tools.mcp.McpToolset.McpToolLoadingException
- All Implemented Interfaces:
Serializable
- Enclosing class:
McpToolset
Exception thrown when there's an error during loading tools from the MCP server.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMcpToolLoadingException
(String message) McpToolLoadingException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
McpToolLoadingException
-
McpToolLoadingException
-