open class MediaDrmException : Exception, MediaDrmThrowable
Known Direct Subclasses
DeniedByServerException |
Exception thrown when the provisioning server or key server denies a certficate or license for a device.
|
MediaPlayer.NoDrmSchemeException |
Thrown when a DRM method is called before preparing a DRM scheme through prepareDrm().
|
MediaPlayer.ProvisioningNetworkErrorException |
Thrown when the device requires DRM provisioning but the provisioning attempt has failed due to a network error (Internet reachability, timeout, etc.).
|
MediaPlayer.ProvisioningServerErrorException |
Thrown when the device requires DRM provisioning but the provisioning attempt has failed due to the provisioning server denying the request.
|
NotProvisionedException |
Exception thrown when an operation on a MediaDrm object is attempted and the device does not have a certificate.
|
ResourceBusyException |
Exception thrown when an operation on a MediaDrm object is attempted and hardware resources are not available, due to being in use.
|
UnsupportedSchemeException |
Exception thrown when an attempt is made to construct a MediaDrm object using a crypto scheme UUID that is not supported by the device
|
|
Base class for MediaDrm exceptions
Summary
Public constructors
MediaDrmException(detailMessage: String!)
Public methods
getErrorContext
open fun getErrorContext(): Int
Return |
Int |
an opaque integer that would help the @MediaDrm vendor locate the source of the error if available, otherwise 0. |
getOemError
open fun getOemError(): Int
Return |
Int |
an OEM or SOC specific error code if available, otherwise 0. |
getVendorError
open fun getVendorError(): Int
Return |
Int |
an error code defined by the MediaDrm plugin vendor if available, otherwise 0. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.