google-adk-kotlin
Toggle table of contents
0.9.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
google-adk-kotlin
google-adk-kotlin-core
/
com.google.adk.kt.tools.mcp
/
McpToolException
/
McpToolExecutionException
Mcp
Tool
Execution
Exception
jvm
class
McpToolExecutionException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
McpToolException
Exception thrown when there's an error executing a built-in MCP tool.
Members
Constructors
Mcp
Tool
Execution
Exception
Link copied to clipboard
jvm
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
jvm
open
val
cause
:
Throwable
?
message
Link copied to clipboard
jvm
open
val
message
:
String
?