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

Public constructors

CanceledException

Added in API level 1
CanceledException()

CanceledException

Added in API level 1
CanceledException(name: String!)

CanceledException

Added in API level 1
CanceledException(cause: Exception!)