Package dev.langchain4j.agentic.agent
Class AgentInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.langchain4j.exception.LangChain4jException
dev.langchain4j.agentic.agent.AgentInvocationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MissingArgumentException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAgentInvocationException
(String message) AgentInvocationException
(String message, Exception 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
-
AgentInvocationException
-
AgentInvocationException
-
AgentInvocationException
-