Class RateLimitException

Object
Throwable
Exception
RuntimeException
akka.javasdk.agent.RateLimitException
All Implemented Interfaces:
Serializable

public final class RateLimitException extends RuntimeException
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 Details

    • RateLimitException

      public RateLimitException(String message)