Class UnsupportedContentInCountryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.schabi.newpipe.extractor.exceptions.ExtractionException
-
- org.schabi.newpipe.extractor.exceptions.ParsingException
-
- org.schabi.newpipe.extractor.exceptions.ContentNotAvailableException
-
- org.schabi.newpipe.extractor.exceptions.UnsupportedContentInCountryException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedContentInCountryException extends ContentNotAvailableException
Exception for contents not supported in a country.Unsupported content means content is not intentionally geographically restricted such as for distribution rights, for which
GeographicRestrictionException
should be used instead.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedContentInCountryException(java.lang.String message)
UnsupportedContentInCountryException(java.lang.String message, java.lang.Throwable cause)
-