Most visited

Recently visited

Added in API level 18

NotProvisionedException

public final class NotProvisionedException
extends MediaDrmException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.media.MediaDrmException
         ↳ android.media.NotProvisionedException


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(String detailMessage)

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

NotProvisionedException

Added in API level 18
NotProvisionedException (String detailMessage)

Parameters
detailMessage String

Hooray!