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

public class ToolCallLimitExceededException extends RuntimeException
Exception raised when tool call limits are exceeded.
See Also:
  • Constructor Details

    • ToolCallLimitExceededException

      public ToolCallLimitExceededException(int threadCount, int runCount, Integer threadLimit, Integer runLimit, String toolName)
  • Method Details

    • getThreadCount

      public int getThreadCount()
    • getRunCount

      public int getRunCount()
    • getThreadLimit

      public Integer getThreadLimit()
    • getRunLimit

      public Integer getRunLimit()
    • getToolName

      public String getToolName()