Most visited

Recently visited

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

IntentSender.SendIntentException()
IntentSender.SendIntentException(String name)
IntentSender.SendIntentException(Exception cause)

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

IntentSender.SendIntentException

Added in API level 4
IntentSender.SendIntentException ()

IntentSender.SendIntentException

Added in API level 4
IntentSender.SendIntentException (String name)

Parameters
name String

IntentSender.SendIntentException

Added in API level 4
IntentSender.SendIntentException (Exception cause)

Parameters
cause Exception

Hooray!