鸿蒙OS开发文档 鸿蒙OS ReminderManager.AppLimitExceedsException

2024-02-25 开发教程 鸿蒙OS开发文档 匿名 4

ReminderManager.AppLimitExceedsException

java.lang.Object
|---java.lang.Throwable
|---|---java.lang.Exception
|---|---|---ohos.event.notification.ReminderManager.AppLimitExceedsException

public class ReminderManager.AppLimitExceedsException
extends Exception

当前应用的有效提醒次数超过限制值 ReminderDataManager#MAX_NUM_REMINDER_LIMIT_APP 时抛出此异常

方法总结

从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
从类 java.lang.Throwable 继承的方法
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString