Added in API level 26

MediaCasStateException

public class MediaCasStateException
extends IllegalStateException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalStateException
           ↳ android.media.MediaCasStateException


Base class for MediaCas runtime exceptions

Summary

Public methods

String getDiagnosticInfo()

Retrieve a developer-readable diagnostic information string associated with the exception.

Inherited methods

Public methods

getDiagnosticInfo

Added in API level 26
public 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 This value cannot be null.