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.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard

Converts a Throwable instance to an AIAgentError.