Package io.a2a.spec
Class A2AClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.a2a.spec.A2AException
io.a2a.spec.A2AClientException
- All Implemented Interfaces:
Serializable
Exception to indicate a general failure related to an A2A client.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionA2AClientException(String msg) A2AClientException(String msg, Throwable cause) A2AClientException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
A2AClientException
public A2AClientException() -
A2AClientException
-
A2AClientException
-
A2AClientException
-