DeniedByServerException | API reference | Android Developers (original) (raw)
class DeniedByServerException : MediaDrmException
kotlin.Any | |||
---|---|---|---|
↳ | kotlin.Throwable | ||
↳ | java.lang.Exception | ||
↳ | android.media.MediaDrmException | ||
↳ |
Exception thrown when the provisioning server or key server denies a certficate or license for a device.
Summary
Public constructors |
---|
DeniedByServerException(detailMessage: String!) |
Inherited functions |
---|
From class MediaDrmException Int getErrorContext() Int getOemError() Int getVendorError() |
Public constructors
DeniedByServerException
DeniedByServerException(detailMessage: String!)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.