Package io.a2a.spec
Class MethodNotFoundError
java.lang.Object
java.lang.Throwable
java.lang.Error
io.a2a.spec.JSONRPCError
io.a2a.spec.MethodNotFoundError
- All Implemented Interfaces:
A2AError,Event,Serializable
An error indicating that the requested method does not exist or is not available.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.a2a.spec.JSONRPCError
getCode, getDataMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DEFAULT_CODE
-
-
Constructor Details
-
MethodNotFoundError
-
MethodNotFoundError
public MethodNotFoundError()
-