Package io.a2a.spec
Class A2AServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.a2a.spec.A2AException
io.a2a.spec.A2AServerException
- All Implemented Interfaces:
Serializable
Exception to indicate a general failure related to an A2A server.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionA2AServerException(String msg) A2AServerException(String msg, Throwable cause) A2AServerException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
A2AServerException
public A2AServerException() -
A2AServerException
-
A2AServerException
-
A2AServerException
-