Class ModelCallLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.alibaba.cloud.ai.graph.agent.hook.modelcalllimit.ModelCallLimitExceededException
- All Implemented Interfaces:
Serializable
Exception raised when model call limits are exceeded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModelCallLimitExceededException(int threadCount, int runCount, Integer threadLimit, Integer runLimit) -
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
-
ModelCallLimitExceededException
-
-
Method Details
-
getThreadCount
public int getThreadCount() -
getRunCount
public int getRunCount() -
getThreadLimit
-
getRunLimit
-