com.bitmovin.player.api.deficiency.exception
Types
| Name | Summary |
|---|---|
| DrmLicenseKeyExpiredException | class DrmLicenseKeyExpiredException(message: String? = null) : RuntimeException Signals that the DRM license expired. |
| DrmSessionException | class 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. |
| EmptyPlaylistException | class EmptyPlaylistException : IllegalArgumentException Signals that the loading of a PlaylistConfig with no sources was attempted. |
| IllegalOperationException | class IllegalOperationException(message: String? = null) : Exception Signals that the operation is not allowed in the actual state of the object. |
| LicenseKeyMissingException | class LicenseKeyMissingException : IllegalArgumentException |
| NoConnectionException | class NoConnectionException(message: String? = null) : IOException Signals that no network connection is available. |
| UnsupportedDrmException | class UnsupportedDrmException(val reason: Int? = null, message: String? = null, cause: Throwable? = null) : Exception Signals that the used DRM technology is not supported. |