Added in API level 4

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(String name)
SendIntentException(Exception cause)

Inherited methods

Public constructors

SendIntentException

Added in API level 4
public SendIntentException ()

SendIntentException

Added in API level 4
public SendIntentException (String name)

Parameters
name String

SendIntentException

Added in API level 4
public SendIntentException (Exception cause)

Parameters
cause Exception