# Print output for @column tags ?> NotProvisionedException - Android SDK | Android Developers

Most visited

Recently visited

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

public NotProvisionedException (String detailMessage)

Parameters
detailMessage String