Package akka.javasdk.agent
Class RateLimitException
Object
Throwable
Exception
RuntimeException
akka.javasdk.agent.RateLimitException
- All Implemented Interfaces:
Serializable
Exception thrown when rate limits are exceeded when calling an AI model or external service. This
indicates that too many requests have been made within a time window.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RateLimitException
-