Added in API level 1
  
  
  
  
  
  
  
  
  
  
  
  
  
   
  
  
  
  
  
   
  
  
  
  
  
  
  
  
Summary:
  Ctors
  
  | Inherited Methods
PendingIntent.CanceledException
  public
  static
  
  
  class
  PendingIntent.CanceledException
  
  
  
  
  
  
  
  
  
  
    extends AndroidException
  
  
  
  
  
  
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | android.util.AndroidException | |||
| ↳ | android.app.PendingIntent.CanceledException | |||
Exception thrown when trying to send through a PendingIntent that has been canceled or is otherwise no longer able to execute the request.
Summary
| Public constructors | |
|---|---|
| 
      CanceledException()
       | |
| 
      CanceledException(Exception cause)
       | |
| 
      CanceledException(String name)
       | |
| Inherited methods | |
|---|---|
Public constructors
CanceledException
    Added in API level 1
  
      
  
    public CanceledException (Exception cause)
| Parameters | |
|---|---|
| cause | Exception | 
CanceledException
    Added in API level 1
  
      
  
    public CanceledException (String name)
| Parameters | |
|---|---|
| name | String | 
