Class AgentCardDiscoveryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.connection.ConnectionException
com.mulesoft.connectors.a2a.internal.error.exception.AgentCardDiscoveryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AgentCardDiscoveryException.HttpErrorException, AgentCardDiscoveryException.InvalidAgentCardException, AgentCardDiscoveryException.TimeoutException

public class AgentCardDiscoveryException extends org.mule.runtime.api.connection.ConnectionException
Base exception for agent card discovery failures.
See Also:
  • Constructor Details

    • AgentCardDiscoveryException

      public AgentCardDiscoveryException(String message)
    • AgentCardDiscoveryException

      public AgentCardDiscoveryException(String message, URI requestUri, Throwable cause)
  • Method Details

    • getRequestUri

      public URI getRequestUri()