com.bitmovin.player.api.deficiency.exception

com.bitmovin.player.api.deficiency.exception

Types

NameSummary
DrmLicenseKeyExpiredExceptionclass DrmLicenseKeyExpiredException(message: String? = null) : RuntimeException
Signals that the DRM license expired.
DrmSessionExceptionclass DrmSessionException(cause: Throwable? = null) : Exception
Signals that an error occurred and the DRM session failed because of it. More information can be found in the cause.
EmptyPlaylistExceptionclass EmptyPlaylistException : IllegalArgumentException
Signals that the loading of a PlaylistConfig with no sources was attempted.
IllegalOperationExceptionclass IllegalOperationException(message: String? = null) : Exception
Signals that the operation is not allowed in the actual state of the object.
LicenseKeyMissingExceptionclass LicenseKeyMissingException : IllegalArgumentException
NoConnectionExceptionclass NoConnectionException(message: String? = null) : IOException
Signals that no network connection is available.
UnsupportedDrmExceptionclass UnsupportedDrmException(val reason: Int? = null, message: String? = null, cause: Throwable? = null) : Exception
Signals that the used DRM technology is not supported.