# Print output for @column tags ?> PendingIntent.CanceledException - Android SDK | Android Developers

Most visited

Recently visited

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

public CanceledException ()

CanceledException

public CanceledException (String name)

Parameters
name String

CanceledException

public CanceledException (Exception cause)

Parameters
cause Exception