Class InvalidParamsJsonMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.a2aproject.sdk.jsonrpc.common.json.JsonProcessingException
org.a2aproject.sdk.jsonrpc.common.json.JsonMappingException
org.a2aproject.sdk.jsonrpc.common.json.IdJsonMappingException
org.a2aproject.sdk.jsonrpc.common.json.InvalidParamsJsonMappingException
- All Implemented Interfaces:
Serializable
Exception for invalid parameters during JSON mapping.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs exception with message and ID.InvalidParamsJsonMappingException(String msg, Throwable cause, Object id) Constructs exception with message, cause, and ID. -
Method Summary
Methods inherited from class org.a2aproject.sdk.jsonrpc.common.json.IdJsonMappingException
getIdMethods inherited from class org.a2aproject.sdk.jsonrpc.common.json.JsonMappingException
getReferenceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidParamsJsonMappingException
Constructs exception with message and ID.- Parameters:
msg- the error messageid- the request ID
-
InvalidParamsJsonMappingException
Constructs exception with message, cause, and ID.- Parameters:
msg- the error messagecause- the causeid- the request ID
-