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

Public constructors

NotProvisionedException

Added in API level 18
public NotProvisionedException (String detailMessage)

Parameters
detailMessage String