IntentSender.SendIntentException | API reference | Android Developers (original) (raw)
open class SendIntentException : AndroidException
kotlin.Any | |||
---|---|---|---|
↳ | kotlin.Throwable | ||
↳ | java.lang.Exception | ||
↳ | android.util.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(cause: Exception!) |
SendIntentException(name: String!) |
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.