Uses of Class
dev.reuss.tmdb.core.exception.TmdbApiException
Packages that use TmdbApiException
-
Uses of TmdbApiException in dev.reuss.tmdb.core.exception
Subclasses of TmdbApiException in dev.reuss.tmdb.core.exceptionModifier and TypeClassDescriptionfinal classException thrown when TMDB reports that a requested resource was not found.final classException thrown when TMDB rejects a request because the rate limit was exceeded.final classException thrown when TMDB or an upstream server returns a server-side error.final classException thrown when TMDB rejects a request because authentication or authorization failed.Methods in dev.reuss.tmdb.core.exception that return TmdbApiExceptionModifier and TypeMethodDescriptionstatic TmdbApiExceptionTmdbExceptions.from(int httpStatus, int tmdbStatusCode, String tmdbStatusMessage, String responseBody) Creates the most specific API exception for a parsed TMDB error response.static TmdbApiExceptionTmdbExceptions.fromHttpStatus(int httpStatus, String message, String responseBody) Creates the most specific API exception for an HTTP error without a parsed TMDB status code.