Added in API level 16
Summary:
Ctors
| Inherited Methods
MediaCryptoException
public
final
class
MediaCryptoException
extends Exception
| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | android.media.MediaCryptoException | ||
Exception thrown if MediaCrypto object could not be instantiated or if unable to perform an operation on the MediaCrypto object.
Summary
Public constructors | |
|---|---|
MediaCryptoException(String detailMessage)
|
|
Inherited methods | |
|---|---|
Public constructors
MediaCryptoException
Added in API level 16
public MediaCryptoException (String detailMessage)
| Parameters | |
|---|---|
detailMessage |
String: This value may be null. |