Most visited

Recently visited

Added in API level 1

PendingIntent.CanceledException

public static class PendingIntent.CanceledException
extends AndroidException

java.lang.Object
   ↳ java.lang.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

PendingIntent.CanceledException()
PendingIntent.CanceledException(String name)
PendingIntent.CanceledException(Exception cause)

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

PendingIntent.CanceledException

Added in API level 1
PendingIntent.CanceledException ()

PendingIntent.CanceledException

Added in API level 1
PendingIntent.CanceledException (String name)

Parameters
name String

PendingIntent.CanceledException

Added in API level 1
PendingIntent.CanceledException (Exception cause)

Parameters
cause Exception

Hooray!