Package dev.reuss.tmdb.core.exception
Class TmdbClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.reuss.tmdb.core.exception.TmdbException
dev.reuss.tmdb.core.exception.TmdbClientException
- All Implemented Interfaces:
Serializable
Exception thrown when the SDK cannot complete a request before receiving a TMDB response.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTmdbClientException(String message, Throwable cause) Creates a client exception with a detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TmdbClientException
Creates a client exception with a detail message and cause.- Parameters:
message- detail messagecause- cause of the failure
-