Class TmdbRateLimitException

All Implemented Interfaces:
Serializable

public final class TmdbRateLimitException extends TmdbApiException
Exception thrown when TMDB rejects a request because the rate limit was exceeded.
See Also:
  • Constructor Details

    • TmdbRateLimitException

      public TmdbRateLimitException(String message, int httpStatus, int tmdbStatusCode, String responseBody)
      Creates a rate-limit API exception.
      Parameters:
      message - error message
      httpStatus - HTTP status code
      tmdbStatusCode - TMDB status code, or 0 if unavailable
      responseBody - raw response body