Stay organized with collections
Save and categorize content based on your preferences.
SendIntentException
open class SendIntentException : AndroidException
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()
SendIntentException
SendIntentException(cause: Exception!)
SendIntentException
SendIntentException(name: String!)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# IntentSender.SendIntentException\n\nAdded in [API level 4](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nSendIntentException\n===================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/content/IntentSender.SendIntentException \"View this page in Java\") \n\n```\nopen class SendIntentException : AndroidException\n```\n\n|---|---|---|---|-------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||||\n| ↳ | [kotlin.Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) ||||\n| | ↳ | [java.lang.Exception](../../java/lang/Exception.html#) |||\n| | | ↳ | [android.util.AndroidException](../util/AndroidException.html#) ||\n| | | | ↳ | [android.content.IntentSender.SendIntentException](#) |\n\nException thrown when trying to send through a PendingIntent that has been canceled or is otherwise no longer able to execute the request.\n\nSummary\n-------\n\n| Public constructors ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [SendIntentException](#SendIntentException())`()` \u003cbr /\u003e |\n| [SendIntentException](#SendIntentException(java.lang.Exception))`(`cause:` `[Exception](../../java/lang/Exception.html#)!`)` \u003cbr /\u003e |\n| [SendIntentException](#SendIntentException(kotlin.String))`(`name:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!`)` \u003cbr /\u003e |\n\nPublic constructors\n-------------------\n\n### SendIntentException\n\nAdded in [API level 4](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nSendIntentException()\n``` \n\n### SendIntentException\n\nAdded in [API level 4](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nSendIntentException(cause: Exception!)\n``` \n\n### SendIntentException\n\nAdded in [API level 4](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nSendIntentException(name: String!)\n```"]]