FileDocCategorySizeDatePackage
NotProvisionedException.javaAPI DocAndroid 5.1 API1061Thu Mar 12 22:22:30 GMT 2015android.media

NotProvisionedException

public final class NotProvisionedException extends 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.

Fields Summary
Constructors Summary
public NotProvisionedException(String detailMessage)

        super(detailMessage);
    
Methods Summary