Added in API level 4
  
  
  
  
  
  
  
  
  
  
  
  
  
   
  
  
  
  
  
   
  
  
  
  
  
  
  
  
Summary:
  Ctors
  
  | Inherited Methods
IntentSender.SendIntentException
  public
  static
  
  
  class
  IntentSender.SendIntentException
  
  
  
  
  
  
  
  
  
  
    extends AndroidException
  
  
  
  
  
  
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | android.util.AndroidException | |||
| ↳ | android.content.IntentSender.SendIntentException | |||
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 | |
|---|---|
| 
      SendIntentException()
       | |
| 
      SendIntentException(Exception cause)
       | |
| 
      SendIntentException(String name)
       | |
| Inherited methods | |
|---|---|
Public constructors
SendIntentException
    Added in API level 4
  
      
  
    public SendIntentException (Exception cause)
| Parameters | |
|---|---|
| cause | Exception | 
SendIntentException
    Added in API level 4
  
      
  
    public SendIntentException (String name)
| Parameters | |
|---|---|
| name | String | 
