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

CanceledException()
CanceledException(String name)
CanceledException(Exception cause)

Inherited methods

Public constructors

CanceledException

Added in API level 1
public CanceledException ()

CanceledException

Added in API level 1
public CanceledException (String name)

Parameters
name String

CanceledException

Added in API level 1
public CanceledException (Exception cause)

Parameters
cause Exception