Class ToolCallLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.alibaba.cloud.ai.graph.agent.hook.toolcalllimit.ToolCallLimitExceededException
- All Implemented Interfaces:
Serializable
Exception raised when tool call limits are exceeded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionToolCallLimitExceededException(int threadCount, int runCount, Integer threadLimit, Integer runLimit, String toolName) -
Method Summary
Modifier and TypeMethodDescriptionintintMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ToolCallLimitExceededException
-
-
Method Details
-
getThreadCount
public int getThreadCount() -
getRunCount
public int getRunCount() -
getThreadLimit
-
getRunLimit
-
getToolName
-