Class AgentCardDiscoveryException.InvalidAgentCardException

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
com.mulesoft.connectors.a2a.internal.error.exception.AgentCardDiscoveryException.InvalidAgentCardException
All Implemented Interfaces:
Serializable
Enclosing class:
AgentCardDiscoveryException

public static class AgentCardDiscoveryException.InvalidAgentCardException extends AgentCardDiscoveryException
Exception thrown when the agent card JSON cannot be parsed or is invalid.
See Also:
  • Constructor Details

    • InvalidAgentCardException

      public InvalidAgentCardException(String message, URI requestUri)
    • InvalidAgentCardException

      public InvalidAgentCardException(String message, URI requestUri, String responseJson)
    • InvalidAgentCardException

      public InvalidAgentCardException(String message, URI requestUri, Throwable cause)
    • InvalidAgentCardException

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

    • getResponseJson

      public String getResponseJson()