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