Serialized Form
-
Package org.a2aproject.sdk.jsonrpc.common.json
-
Exception org.a2aproject.sdk.jsonrpc.common.json.IdJsonMappingException
class IdJsonMappingException extends JsonMappingException implements Serializable-
Serialized Fields
-
id
Object id
The JSON-RPC request ID associated with this exception.
-
-
-
Exception org.a2aproject.sdk.jsonrpc.common.json.InvalidParamsJsonMappingException
class InvalidParamsJsonMappingException extends IdJsonMappingException implements Serializable -
Exception org.a2aproject.sdk.jsonrpc.common.json.JsonMappingException
class JsonMappingException extends JsonProcessingException implements Serializable-
Serialized Fields
-
reference
@Nullable Object reference
Optional reference object that caused the mapping error (e.g., JsonParser or field path).
-
-
-
Exception org.a2aproject.sdk.jsonrpc.common.json.JsonProcessingException
class JsonProcessingException extends Exception implements Serializable -
Exception org.a2aproject.sdk.jsonrpc.common.json.MethodNotFoundJsonMappingException
class MethodNotFoundJsonMappingException extends IdJsonMappingException implements Serializable
-