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
/
McpToolLoadingException
Mcp
Tool
Loading
Exception
jvm
class
McpToolLoadingException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
McpToolException
Exception thrown when there's an error during MCP tools loading/initialization.
Members
Constructors
Mcp
Tool
Loading
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
?