Added in API level 1
    CanceledException
class CanceledException : AndroidException
| kotlin.Any | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | android.util.AndroidException | |||
| ↳ | android.app.PendingIntent.CanceledException | |||
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 | |
|---|---|
| CanceledException(cause: Exception!) | |
| CanceledException(name: String!) | |
