Serialized Form
-
Package io.a2a.spec
-
Exception io.a2a.spec.A2AClientError
class A2AClientError extends RuntimeException implements Serializable -
Exception io.a2a.spec.A2AClientException
class A2AClientException extends A2AException implements Serializable -
Exception io.a2a.spec.A2AClientHTTPError
class A2AClientHTTPError extends A2AClientError implements Serializable-
Serialized Fields
-
code
int code
The HTTP status code. -
message
String message
The error message.
-
-
-
Exception io.a2a.spec.A2AClientInvalidArgsError
class A2AClientInvalidArgsError extends A2AClientError implements Serializable -
Exception io.a2a.spec.A2AClientInvalidStateError
class A2AClientInvalidStateError extends A2AClientError implements Serializable -
Exception io.a2a.spec.A2AClientJSONError
class A2AClientJSONError extends A2AClientError implements Serializable -
Exception io.a2a.spec.A2AError
class A2AError extends RuntimeException implements Serializable -
Exception io.a2a.spec.A2AException
class A2AException extends RuntimeException implements Serializable -
Exception io.a2a.spec.A2AProtocolError
class A2AProtocolError extends A2AError implements Serializable-
Serialized Fields
-
url
@Nullable String url
URL reference for additional information about this protocol error.
-
-
-
Exception io.a2a.spec.A2AServerException
class A2AServerException extends A2AException implements Serializable -
Exception io.a2a.spec.ContentTypeNotSupportedError
class ContentTypeNotSupportedError extends A2AProtocolError implements Serializable -
Exception io.a2a.spec.ExtendedAgentCardNotConfiguredError
class ExtendedAgentCardNotConfiguredError extends A2AProtocolError implements Serializable -
Exception io.a2a.spec.ExtensionSupportRequiredError
class ExtensionSupportRequiredError extends A2AProtocolError implements Serializable -
Exception io.a2a.spec.InternalError
class InternalError extends A2AError implements Serializable -
Exception io.a2a.spec.InvalidAgentResponseError
class InvalidAgentResponseError extends A2AProtocolError implements Serializable -
Exception io.a2a.spec.InvalidParamsError
class InvalidParamsError extends A2AError implements Serializable -
Exception io.a2a.spec.InvalidRequestError
class InvalidRequestError extends A2AError implements Serializable -
Exception io.a2a.spec.JSONParseError
class JSONParseError extends A2AError implements Serializable -
Exception io.a2a.spec.MethodNotFoundError
class MethodNotFoundError extends A2AError implements Serializable -
Exception io.a2a.spec.PushNotificationNotSupportedError
class PushNotificationNotSupportedError extends A2AProtocolError implements Serializable -
Exception io.a2a.spec.TaskNotCancelableError
class TaskNotCancelableError extends A2AProtocolError implements Serializable -
Exception io.a2a.spec.TaskNotFoundError
class TaskNotFoundError extends A2AProtocolError implements Serializable -
Exception io.a2a.spec.UnsupportedOperationError
class UnsupportedOperationError extends A2AProtocolError implements Serializable -
Exception io.a2a.spec.VersionNotSupportedError
class VersionNotSupportedError extends A2AProtocolError implements Serializable
-