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 classAccessDeniedGlobalPrivilegeMissingExceptionThis exception is raised when a global privilege is required to access a resource, but it is not granted.classAmbiguousBrowseableProcessServerServiceExceptionProcessServers can never have multiple browsable ProcessServerServices.classCredentialEncodingExceptionFailed to encode/decode the credentials.classCredentialNotExternallyAvailableExceptionCredential.getProtectedPassword()may only called for credentials with theExternallyAvailableflag set.classCredentialNotFoundExceptionNo valid credential could be found.classCredentialWithoutEndpointExceptionThere is no Endpoint associated with the CredentialclassExtensionPointURLExceptionThe URL for the requested extension could not be generated for the reason specified.classFileParameterSourceUnavailableExceptionError retrieving content for {2}classImportOverrideExceptionAn import override rule could not be applied to an object.classInactiveUserCannotLoginExceptionA user that has been marked as inactive cannot login.classInsufficientLicensesExceptionCannot create more objects than the license allows.classInvalidLicensableItemValueExceptionThe value for the given key is not valid.classLicenseExceptionLicense violation.classNoTimeZoneForTimeWindowCalculationNo timezone could be found to calculate this TimeWindowElement.classParameterDefaultValueUnavailableExceptionAn error was encountered while evaluating a default parameter value.classProcessServerCheckExceptionThrown during the validation or execution of a Process Server CheckclassProcessServerCheckFailExceptionA Process Server Check failed to meet the defined threshold(s)classProcessServerCheckSystemExceptionAn IO or other system exception occurred while executing a Process Server CheckclassProcessServerCheckValidateExceptionThe attributes defined for a Process Server Check failed validationclassReportValidationExceptionThe report validation failed.classReturnCodeMappingUnavailableExceptionAn error was encountered while evaluating the return code mapping.classSchedulerAPIForeignKeyExceptionUnable to persist.classSchedulerAPIInvalidStringLiteralExceptionInvalid string literal.classSchedulerAPINoRowsUpdatedExceptionThe persist call did not update any rows in the database.classSchedulerAPIPersistenceExceptionUnable to persist.classSchedulerAPIRetriablePersistenceExceptionIndicates an exception that can be potentially fixed by trying again.classSchedulingParameterValueExceptionAn error was encountered while evaluating and/or applying a scheduling parameter.classSubjectNotCreatedExceptionAn error was encountered while evaluating and/or applying a scheduling parameter.classTooManyJobGroupsToForecastExceptionWe do not allow forecasting more than 5000 job groups.classUnlicensedFeatureExceptionAn attempt was made to use an unlicensed feature.classUnsupportedPermaLinkExceptionThe 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 AFTERstartTimeand 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 AFTERstartTimeand 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 AFTERstartTimeand BEFOREendTime.DateTimeZoneSubmitFrame. calculateFirst(DateTimeZone now, TimeWindow jobTimeWindow, TimeWindow queueTimeWindow, TimeZone timeZone)Calculate the requested start time for the first submitted job according to this SubmitFrame.DateTimeZoneSubmitFrame. calculateFirst(DateTimeZone now, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone)Calculate the requested start time for the first submitted job according to this SubmitFrame.DateTimeZoneSubmitFrame. 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.DateTimeZoneSubmitFrame. calculateNext(DateTimeZone now, DateTimeZone from, TimeWindow jobTimeWindow, TimeWindow queueTimeWindow, TimeZone timeZone)Calculate the next requested start time according to this SubmitFrame.DateTimeZoneSubmitFrame. calculateNext(DateTimeZone now, DateTimeZone from, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone)Calculate the next requested start time according to this SubmitFrame.DateTimeZoneSubmitFrame. calculateNext(DateTimeZone now, DateTimeZone from, TimeWindow jobTimeWindow, TimeZone jobTimeWindowTimeZone, TimeWindow queueTimeWindow, TimeZone queueTimeZone)Calculate the next requested start time according to this SubmitFrame.voidJobParameter. 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 booleanPeriodFunctionCalculator. isOpen(DateTimeZone atTime, TimeZone timeZone, Properties parameters)see TimeWindowIntervalMethod#isOpen(DateTimeZone)DateTimeZonePeriodFunctionCalculator. nextPotentialStatusChange(DateTimeZone startTime, DateTimeZone endTime, TimeZone timeZone, Properties parameters)see TimeWindowIntervalMethod#nextPotentialStatusChange(DateTimeZone,DateTimeZone)
-