Android APIs
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

Class Overview

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.

Summary

Public Methods
String getDiagnosticInfo()
Retrieve a developer-readable diagnostic information string associated with the exception.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Methods

public String getDiagnosticInfo ()

Added in API level 21

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.