Stay organized with collections
    
    
      
      Save and categorize content based on your preferences.
    
  
  
    
  
  
  
  
    
    
    
  
  
    
    
    
    
    open class MediaDrmException : Exception, MediaDrmThrowable
    
    
      
        
          | Known Direct Subclasses
              
              
                
                  
                    | DeniedByServerException | Exception thrown when the provisioning server or key server denies a certficate or license for a device. |  
                    | MediaPlayer.NoDrmSchemeException | Thrown when a DRM method is called before preparing a DRM scheme through prepareDrm(). |  
                    | MediaPlayer.ProvisioningNetworkErrorException | Thrown when the device requires DRM provisioning but the provisioning attempt has failed due to a network error (Internet reachability, timeout, etc.). |  
                    | MediaPlayer.ProvisioningServerErrorException | Thrown when the device requires DRM provisioning but the provisioning attempt has failed due to the provisioning server denying the request. |  
                    | NotProvisionedException | Exception thrown when an operation on a MediaDrm object is attempted and the device does not have a certificate. |  
                    | ResourceBusyException | Exception thrown when an operation on a MediaDrm object is attempted and hardware resources are not available, due to being in use. |  
                    | UnsupportedSchemeException | Exception thrown when an attempt is made to construct a MediaDrm object using a crypto scheme UUID that is not supported by the device |  | 
      
    
    Base class for MediaDrm exceptions
    Summary
    
    
    Public constructors
    
      
      
      MediaDrmException(detailMessage: String!)
     
    Public methods
    
      getErrorContext
      
      open fun getErrorContext(): Int
      
        
          
            | Return | 
          
            | Int | an opaque integer that would help the @ MediaDrmvendor locate the source of the error if available, otherwise 0. | 
        
      
     
    
      getOemError
      
      open fun getOemError(): Int
      
        
          
            | Return | 
          
            | Int | an OEM or SOC specific error code if available, otherwise 0. | 
        
      
     
    
      getVendorError
      
      open fun getVendorError(): Int
      
        
          
            | Return | 
          
            | Int | an error code defined by the MediaDrmplugin vendor if available, otherwise 0. | 
        
      
     
  
  
  
    
  
 
  
    
      
      
    
    
      
    
    
  
       
    
    
      
    
  
  
  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.
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[]]