Class TmdbNotFoundException

All Implemented Interfaces:
Serializable

public final class TmdbNotFoundException extends TmdbApiException
Exception thrown when TMDB reports that a requested resource was not found.
See Also:
  • Constructor Details

    • TmdbNotFoundException

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