public
static
final
class
MediaDrm.MediaDrmStateException
extends IllegalStateException
java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | java.lang.IllegalStateException | ||||
↳ | android.media.MediaDrm.MediaDrmStateException |
Thrown when an unrecoverable failure occurs during a MediaDrm operation. Extends java.lang.IllegalStateException with the addition of an error code that may be useful in diagnosing the failure.
Public methods | |
---|---|
String
|
getDiagnosticInfo()
Retrieve a developer-readable diagnostic information string associated with the exception. |
Inherited methods | |
---|---|
From
class
java.lang.Throwable
| |
From
class
java.lang.Object
|
String getDiagnosticInfo ()
Retrieve a developer-readable diagnostic information string associated with the exception. Do not show this to end-users, since this string will not be localized or generally comprehensible to end-users.
Returns | |
---|---|
String |