Uses of Class
com.redwood.scheduler.api.exception.SchedulerAPIException
-
Packages that use SchedulerAPIException Package Description com.redwood.scheduler.api.exception Scheduler API - Exceptionscom.redwood.scheduler.api.job Scheduler API - Interfaces for user defined jobs.com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 com.redwood.scheduler.api.model.interfaces Scheduler API - High level model interfaces. -
-
Uses of SchedulerAPIException in com.redwood.scheduler.api.exception
Subclasses of SchedulerAPIException in com.redwood.scheduler.api.exception Modifier and Type Class Description class
AmbiguousBrowseableProcessServerServiceException
ProcessServers can never have multiple browsable ProcessServerServices.class
CredentialEncodingException
Failed to encode/decode the credentials.class
CredentialNotExternallyAvailableException
Credential.getProtectedPassword()
may only called for credentials with theExternallyAvailable
flag set.class
CredentialNotFoundException
No valid credential could be found.class
ExtensionPointURLException
The URL for the requested extension could not be generated for the reason specified.class
ImportOverrideException
An import override rule could not be applied to an object.class
InactiveUserCannotLoginException
A user that has been marked as inactive cannot login.class
InsufficientLicensesException
Cannot create more objects than the license allows.class
InvalidLicensableItemValueException
The value for the given key is not valid.class
LicenseException
License violation.class
NoTimeZoneForTimeWindowCalculation
No timezone could be found to calculate this TimeWindowElement.class
ParameterDefaultValueUnavailableException
An error was encountered while evaluating a default parameter value.class
PerformSocketOperationException
An IO or other system exception occurred while performing a socket operationclass
PerformSocketOperationTransientException
An IO or other system exception occurred while performing a socket operation.class
ProcessServerCheckException
Thrown during the validation or execution of a Process Server Checkclass
ProcessServerCheckFailException
A Process Server Check failed to meet the defined threshold(s)class
ProcessServerCheckSystemException
An IO or other system exception occurred while executing a Process Server Checkclass
ProcessServerCheckValidateException
The attributes defined for a Process Server Check failed validationclass
ReportValidationException
The report validation failed.class
ReturnCodeMappingUnavailableException
An error was encountered while evaluating the return code mapping.class
SchedulerAPIForeignKeyException
Unable to persist.class
SchedulerAPIInvalidStringLiteralException
Invalid string literal.class
SchedulerAPINoRowsUpdatedException
The persist call did not update any rows in the database.class
SchedulerAPIPersistenceException
Unable to persist.class
SchedulerAPIRetriablePersistenceException
Indicates an exception that can be potentially fixed by trying again.class
SchedulingParameterValueException
An error was encountered while evaluating and/or applying a scheduling parameter.class
SubjectNotCreatedException
An error was encountered while evaluating and/or applying a scheduling parameter.class
UnlicensedFeatureException
An attempt was made to use an unlicensed feature.class
UnsupportedPermaLinkException
The URL for the requested purpose is not supported. -
Uses of SchedulerAPIException in com.redwood.scheduler.api.job
Methods in com.redwood.scheduler.api.job that throw SchedulerAPIException Modifier and Type Method Description RWIterable<ForecastJob>
JobForecaster. forecast(SchedulerSession session, DateTimeZone at)
Create forecast jobs for all active job groups at the specified date.RWIterable<ForecastJob>
JobForecaster. forecastJobs(SchedulerSession session, DateTimeZone begin, DateTimeZone end, List<Long> jobUniqueIds)
Create forecast jobs for all active job groups at the specified date range.static List<Long>
JobForecaster. getJobsForProcessServers(SchedulerSession session, List<Long> processServerIds, DateTimeZone jobsFrom, DateTimeZone jobsTo, boolean includeMaintenanceJobs)
A helper function for a request to forecast the jobs in a set of process servers where the scheduled start time of the jobs are in a certain time range.static List<Long>
JobForecaster. getJobsForQueues(SchedulerSession session, List<Long> queueIds, DateTimeZone jobsFrom, DateTimeZone jobsTo, boolean includeMaintenanceJobs)
A helper function for a request to forecast the jobs in a set of queues where the scheduled start time of the jobs are in a certain time range.static List<Long>
JobForecaster. getJobsForRelatedEntity(SchedulerSession session, String entityType, List<Long> entityIds, DateTimeZone jobsFrom, DateTimeZone jobsTo, boolean includeMaintenanceJobs)
A helper function for a request to forecast the jobs in a set of entities (queues, process servers) where the scheduled start time of the jobs are in a certain time range. -
Uses of SchedulerAPIException in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that throw SchedulerAPIException Modifier and Type Method Description SortedSet<DateTimeZone>
SubmitFrame. calculateAll(DateTimeZone startTime, DateTimeZone endTime, DateTimeZone from, TimeWindow jobTimeWindow, TimeWindow queueTimeWindow, TimeZone defaultTimeZone, Long maxCalculationCount)
Calculate the requested start times of the submit frame in the period AFTERstartTime
and BEFOREendTime
.SortedSet<DateTimeZone>
SubmitFrame. calculateAll(DateTimeZone startTime, DateTimeZone endTime, DateTimeZone from, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone, TimeWindow queueTimeWindow, TimeZone queueTimeZone, Long maxCalculationCount)
Calculate the requested start times of the submit frame in the period AFTERstartTime
and BEFOREendTime
.SortedSet<DateTimeZone>
SubmitFrame. calculateAll(DateTimeZone startTime, DateTimeZone endTime, DateTimeZone from, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone, Long maxCalculationCount)
Calculate the requested start times of the submit frame in the period AFTERstartTime
and BEFOREendTime
.DateTimeZone
SubmitFrame. calculateFirst(DateTimeZone now, TimeWindow jobTimeWindow, TimeWindow queueTimeWindow, TimeZone timeZone)
Calculate the requested start time for the first submitted job according to this SubmitFrame.DateTimeZone
SubmitFrame. calculateFirst(DateTimeZone now, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone)
Calculate the requested start time for the first submitted job according to this SubmitFrame.DateTimeZone
SubmitFrame. calculateFirst(DateTimeZone now, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone, TimeWindow queueTimeWindow, TimeZone queueTimeZone)
Calculate the requested start time for the first submitted job according to this SubmitFrame.DateTimeZone
SubmitFrame. calculateNext(DateTimeZone now, DateTimeZone from, TimeWindow jobTimeWindow, TimeWindow queueTimeWindow, TimeZone timeZone)
Calculate the next requested start time according to this SubmitFrame.DateTimeZone
SubmitFrame. calculateNext(DateTimeZone now, DateTimeZone from, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone)
Calculate the next requested start time according to this SubmitFrame.DateTimeZone
SubmitFrame. calculateNext(DateTimeZone now, DateTimeZone from, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone, TimeWindow queueTimeWindow, TimeZone queueTimeZone)
Calculate the next requested start time according to this SubmitFrame.void
JobParameter. setInValueByEvaluatingREL(SchedulerSession session, String expression)
Set the parameter value to the evaluation of the passed in REL expression. -
Uses of SchedulerAPIException in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that throw SchedulerAPIException Modifier and Type Method Description Iterator<ForecastJob>
JobForecasterComp. forecast(SchedulerSession session, DateTimeZone at)
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobForecaster.forecast(SchedulerSession, DateTimeZone)
instead.Iterator<ForecastJob>
JobForecasterComp. forecastJobs(SchedulerSession session, DateTimeZone begin, DateTimeZone end, List<Long> jobUniqueIds)
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobForecaster.forecastJobs(SchedulerSession, DateTimeZone, DateTimeZone, List)
instead. -
Uses of SchedulerAPIException in com.redwood.scheduler.api.model.interfaces
Methods in com.redwood.scheduler.api.model.interfaces that throw SchedulerAPIException Modifier and Type Method Description boolean
PeriodFunctionCalculator. isOpen(DateTimeZone atTime, TimeZone timeZone, Properties parameters)
see TimeWindowIntervalMethod#isOpen(DateTimeZone)DateTimeZone
PeriodFunctionCalculator. nextPotentialStatusChange(DateTimeZone startTime, DateTimeZone endTime, TimeZone timeZone, Properties parameters)
see TimeWindowIntervalMethod#nextPotentialStatusChange(DateTimeZone,DateTimeZone)
-