public static class PendingIntent.CanceledException
extends AndroidException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | android.util.AndroidException | |||
↳ | android.app.PendingIntent.CanceledException |
尝试通过已取消的PendingIntent发送异常或者不能再执行请求时抛出异常。
Public constructors |
|
---|---|
PendingIntent.CanceledException() |
|
PendingIntent.CanceledException(String name) |
|
PendingIntent.CanceledException(异常 cause) |
Inherited methods |
|
---|---|
From class java.lang.Throwable
|
|
From class java.lang.Object
|
PendingIntent.CanceledException (String name)
Parameters | |
---|---|
name |
String
|
PendingIntent.CanceledException (异常 cause)
Parameters | |
---|---|
cause |
异常
|