Class A2AClientError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.adk.a2a.common.A2AClientError
- All Implemented Interfaces:
Serializable
Exception thrown when the A2A client encounters an error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionA2AClientError(String message) A2AClientError(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
A2AClientError
-
A2AClientError
-