FileDocCategorySizeDatePackage
UnsupportedSchemeException.javaAPI DocAndroid 5.1 API968Thu Mar 12 22:22:30 GMT 2015android.media

UnsupportedSchemeException

public final class UnsupportedSchemeException extends MediaDrmException
Exception thrown when an attempt is made to construct a MediaDrm object using a crypto scheme UUID that is not supported by the device

Fields Summary
Constructors Summary
public UnsupportedSchemeException(String detailMessage)

        super(detailMessage);
    
Methods Summary