AgentNotFoundException
Thrown to indicate that the requested agent could not be found.
This exception is used when the system cannot locate an agent that matches the provided identifier. Possible causes include the agent being unavailable, unregistered, or the identifier being incorrect. It corresponds to the AGENT_NOT_FOUND
error type in the agent service error categorization.
Parameters
message
The detail message explaining the error.
Properties
Functions
Link copied to clipboard
Converts a Throwable instance to an AIAgentError.