Class TmdbMappingException

All Implemented Interfaces:
Serializable

public class TmdbMappingException extends TmdbException
Exception thrown when a TMDB response cannot be mapped to the expected model.
See Also:
  • Constructor Details

    • TmdbMappingException

      public TmdbMappingException(String message)
    • TmdbMappingException

      public TmdbMappingException(String message, Throwable cause)