Searched refs:UnableToScheduleException (Results 1 – 8 of 8) sorted by relevance
4 import host.exp.exponent.notifications.exceptions.UnableToScheduleException8 @Throws(UnableToScheduleException::class)
4 import host.exp.exponent.notifications.exceptions.UnableToScheduleException12 @Throws(UnableToScheduleException::class)20 throw UnableToScheduleException() in schedule()
7 import host.exp.exponent.notifications.exceptions.UnableToScheduleException23 } catch (e: UnableToScheduleException) { in triggerAll()70 } catch (e: UnableToScheduleException) { in rescheduleOrDelete()95 } catch (e: UnableToScheduleException) { in addScheduler()
5 class UnableToScheduleException : CodedException("Probably there won't be any time in the future wh… class
34 import host.exp.exponent.notifications.exceptions.UnableToScheduleException;377 promise.reject(new UnableToScheduleException()); in scheduleNotificationWithTimer()416 promise.reject(new UnableToScheduleException()); in scheduleNotificationWithCalendar()