Package com.redwood.scheduler.api.exception
Scheduler API - Exceptions
Related Documentation
Since 8.0 (M33.2).-
Interface Summary Interface Description ExceptionRelatesToAPIObject This interface is implemented by exceptions that are caused by a schedulerentity. -
Exception Summary Exception Description ExportException Base class for exceptions relating to exporting objects.SchedulerCustomException Custom exception, isBestException() returns true so will be chosen by the UI.SchedulerCustomLowLevelException Custom low-level exception, isBestException() returns false so will not be chosen by the UI.SchedulerCustomLowLevelRuntimeException Custom low-level runtime exception, isBestException() returns false so will not be chosen by the UI.SchedulerCustomRuntimeException Custom runtime exception, isBestException() returns true so will be chosen by the UI.