NotProvisionedException  |  API reference  |  Android Developers (original) (raw)


class NotProvisionedException : MediaDrmException

kotlin.Any
kotlin.Throwable
java.lang.Exception
android.media.MediaDrmException

Exception thrown when an operation on a MediaDrm object is attempted and the device does not have a certificate. The app should obtain and install a certificate using the MediaDrm provisioning methods then retry the operation.

Summary

Public constructors
NotProvisionedException(detailMessage: String!)
Inherited functions
From class MediaDrmException Int getErrorContext() Int getOemError() Int getVendorError()

Public constructors

NotProvisionedException

NotProvisionedException(detailMessage: String!)

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 2025-02-10 UTC.