Added in API level 34
  
  
  
  
  
   
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
   
  
  
  
  
  
   
  
  
  
  
  
  
  
  
Summary:
  Ctors
  
  | Inherited Methods
ForegroundServiceTypeException
  public
  
  
  abstract
  class
  ForegroundServiceTypeException
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    extends ServiceStartNotAllowedException
  
  
  
  
  
  
| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.lang.RuntimeException | |||||
| ↳ | java.lang.IllegalStateException | |||||
| ↳ | android.app.ServiceStartNotAllowedException | |||||
| ↳ | android.app.ForegroundServiceTypeException | |||||
Base exception thrown when an app tries to start a foreground Service
 without a valid type.
Summary
Public constructors | |
|---|---|
      
      ForegroundServiceTypeException(String message)
      
      
        Constructor.  | 
  |
Inherited methods | |
|---|---|
Public constructors
ForegroundServiceTypeException
    Added in API level 34
  
      
  
    public ForegroundServiceTypeException (String message)
Constructor.
| Parameters | |
|---|---|
message | 
        
          String: This value cannot be null. |