Package com.aispect.common.exception
Class AiAgentExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aispect.common.exception.AiSpectException
com.aispect.common.exception.AiAgentExecutionException
- All Implemented Interfaces:
Serializable
when AI Thrown when the agent fails to execute logic.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAiAgentExecutionException(String message) AiAgentExecutionException(String message, 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
-
AiAgentExecutionException
-
AiAgentExecutionException
-