# Print output for @column tags ?> IntentSender.SendIntentException - Android SDK | Android Developers

Most visited

Recently visited

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

public SendIntentException ()

SendIntentException

public SendIntentException (String name)

Parameters
name String

SendIntentException

public SendIntentException (Exception cause)

Parameters
cause Exception