HttpDataSource.CleartextNotPermittedException


class HttpDataSource.CleartextNotPermittedException : HttpDataSource.HttpDataSourceException


Thrown when cleartext HTTP traffic is not permitted. For more information including how to enable cleartext traffic, see the corresponding troubleshooting topic.

Summary

Public constructors

Inherited Constants

From androidx.media3.datasource.DataSourceException
const Int

This property is deprecated.

Use ERROR_CODE_IO_READ_POSITION_OUT_OF_RANGE.

From androidx.media3.datasource.HttpDataSource.HttpDataSourceException
const Int

The error occurred in closing a HttpDataSource.

const Int

The error occurred reading data from a HttpDataSource.

const Int

The error occurred in opening a HttpDataSource.

Inherited functions

From androidx.media3.datasource.DataSourceException
java-static Boolean

Returns whether the given IOException was caused by a DataSourceException whose reason is ERROR_CODE_IO_READ_POSITION_OUT_OF_RANGE in its cause stack.

From androidx.media3.datasource.HttpDataSource.HttpDataSourceException
java-static HttpDataSource.HttpDataSourceException!

Returns a HttpDataSourceException whose error code is assigned according to the cause and type.

From java.lang.Throwable

Public constructors

CleartextNotPermittedException

@UnstableApi
CleartextNotPermittedException(cause: IOException!, dataSpec: DataSpec!)