Package ai.acolite.agentsdk.exceptions
Class TimeoutError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.acolite.agentsdk.exceptions.AgentsError
ai.acolite.agentsdk.exceptions.TimeoutError
- All Implemented Interfaces:
Serializable
TimeoutError
Thrown when an operation exceeds its timeout limit. This can occur during model calls, tool execution, or overall run execution.
Follows TypeScript SDK pattern (AbortSignal cancellation) Source: https://openai.github.io/openai-agents-js/guides/running-agents/
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTimeoutError(String operation, long timeoutMs) TimeoutError(String operation, long timeoutMs, 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
-
TimeoutError
-
TimeoutError
-