Added in API level 4

SendIntentException

open class SendIntentException : AndroidException
kotlin.Any
   ↳ kotlin.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

Public constructors

SendIntentException

Added in API level 4
SendIntentException()

SendIntentException

Added in API level 4
SendIntentException(name: String!)

SendIntentException

Added in API level 4
SendIntentException(cause: Exception!)