Uses of Interface
com.redwood.scheduler.api.exception.ExceptionRelatesToAPIObject
-
Packages that use ExceptionRelatesToAPIObject Package Description com.redwood.scheduler.api.constraint Scheduler API - Dates and Periodscom.redwood.scheduler.api.exception Scheduler API - Exceptions -
-
Uses of ExceptionRelatesToAPIObject in com.redwood.scheduler.api.constraint
Classes in com.redwood.scheduler.api.constraint that implement ExceptionRelatesToAPIObject Modifier and Type Class Description class
ConstraintViolatedException
Exception when a constraint is violated. -
Uses of ExceptionRelatesToAPIObject in com.redwood.scheduler.api.exception
Classes in com.redwood.scheduler.api.exception that implement ExceptionRelatesToAPIObject Modifier and Type Class Description class
ExportException
Base class for exceptions relating to exporting objects.class
ImportOverrideException
An import override rule could not be applied to an object.class
ParameterDefaultValueUnavailableException
An error was encountered while evaluating a default parameter value.class
ParameterWrongTypeException
A Parameter was set, but using the wrong type of data.class
SchedulerAPINoRowsUpdatedException
The persist call did not update any rows in the database.class
SchedulingParameterValueException
An error was encountered while evaluating and/or applying a scheduling parameter.
-