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 AccessDeniedGlobalPrivilegeMissingException This exception is raised when a global privilege is required to access a resource, but it is not granted.AmbiguousBrowseableProcessServerServiceException ProcessServers can never have multiple browsable ProcessServerServices.CallbackException An exception was thrown while processing the callback.CredentialEncodingException Failed to encode/decode the credentials.CredentialNotExternallyAvailableException Credential.getProtectedPassword()
may only called for credentials with theExternallyAvailable
flag set.CredentialNotFoundException No valid credential could be found.CredentialWithoutEndpointException There is no Endpoint associated with the CredentialDateFormatException The format of the date time zone is incorrect and could not be parsed.DateTimeConstantOutOfBoundsException A day has been entered that is out of the specified allowed range.DirtyListNotEmptyException The dirty list on the session is not empty, therefore the requested operation cannot be completedDuplicateKeyException The database is in an inconsistent state, found a duplicate primary key.ExportException Base class for exceptions relating to exporting objects.ExtensionPointURLException The URL for the requested extension could not be generated for the reason specified.FileException Failure to retrieve the file content, likely permanent in nature.FileParameterInvalidTypeException The type specifier is invalid for the file reference.FileParameterMissingTypeException The type of the file reference is missing.FileParameterSourceUnavailableException Error retrieving content for {2}FileParameterValueNotFoundRuntimeException A value that is needed to load the file parameter cannot be found.FileParameterValueRuntimeException The value is invalid.FileTransientException Failure to retrieve the file content, likely transient in nature.GeneralJobFileRemoteException Search for job file failed.GeneralListDirectoryRemoteException List directory contents failed.ImportOverrideException An import override rule could not be applied to an object.InactiveUserCannotLoginException A user that has been marked as inactive cannot login.IncorrectFormatRuntimeException An expression is not syntactically correct.InitialParticipantNotInListException Unable to resolve Initial Assignee: Assignee is not in the participants listInsufficientLicensesException Cannot create more objects than the license allows.InvalidContentTypeException An invalid line range has been specified.InvalidDateFormatUnknownLocale The language is not available.InvalidFormatException Invalid format string.InvalidLicensableItemValueException The value for the given key is not valid.InvalidObjectNameException The name of the object is invalidInvalidOperatorMessageReplyException The specified reply was invalid.InvalidSearchException An invalid job file search or filter has been specified.JobFileContentAccessDeniedException The user does not have access the requested job file contentJobFileEncryptionException Unable to provide a job file as it cannot be supplied over an end-to-end encrypted channel.JobFileException Failure to retrieve the job-file, likely permanent in nature.JobFileNotYetPersistedException The user attempts read from a new jobfile that has not been persisted yetJobFileRemoteException Unable to search job file because of a permanent remote exception.JobFileRemoteTransientException Unable to search job file because of a remote exception.JobFileTransientException Failure to retrieve the job-file, likely transient in nature.JobHasNoParentException Operation requires that the Job has a parent, but it does not.JobNotFoundRuntimeException A request was made for a job, however the job did not exist.LicenseException License violation.ListDirectoryException Failure to retrieve the directory content, likely permanent in nature.ListDirectoryRemoteException Unable to list directory contents because of a permanent remote exception.ListDirectoryRemoteTransientException Unable to list directory contents because of a remote exception.ListDirectoryTransientException Failure to retrieve the directory content, likely transient in nature; a retry may succeed.ListOSUserSessionsException Failure to list user sessionsMailAbortRuntimeException Base class for exceptions relating to aborting a mail job.MailInvalidArmorException Failed by encoding/decoding armorModelChangeProcessorUpdateException A failure of a ModelChangeProcessor to process ModelChangeMessage(s).ModifiedJobDefinitionCannotBePreparedException Only clean JobDefinitions can be prepared.NoTimeZoneForTimeWindowCalculation No timezone could be found to calculate this TimeWindowElement.NotWithinAChainException This job is neither a step nor a call of a JobChainObjectCreationNotAllowedException The object could not be created since it would violate the object constraints.ObjectDeletedException The object has been marked for deletion, no operations are allowed on the object anymore.ObjectMutableInOtherSubSessionException The object is already on the dirtylist in another subsession.ObjectNotAttachedToSessionException The object is not attached to a session, and cannot be used anymore.ObjectNotFromSameSessionException The object used for assignment is not from the same session as the object it is being assigned toObjectSearchExpiredException The Object Search results have expired and cannot be retrieved.ParameterDefaultValueUnavailableException An error was encountered while evaluating a default parameter value.ParameterWrongTypeException A Parameter was set, but using the wrong type of data.PendingEventsNotAllowedException Cannot raise event; isPendingEventsAllowed is false and the event is already raised.PerformRFCActionException Failure to perform the RFC action, likely permanent in nature.PerformRFCActionPasswordExpiredException Failure to perform the RFC action, likely password expired.PerformRFCActionRemoteException Unable to perform RFC action because of a permanent remote exception.PerformRFCActionRemotePasswordExpiredException Unable to perform RFC action because of password expired exception.PerformRFCActionRemoteTransientException Unable to perform RFC action because of a transient remote exception.PerformRFCActionTransientException Failure to perform the RFC action, likely transient in nature; a retry may succeed.PeriodFunctionErrorException Internal error in a period function.PeriodFunctionNoInterfaceException Period functions should implement the PeriodFunctionCalculator interface.PersistenceFactoryInstantiationException Unable to configure and/or retrieve a low level persistence factory.ProcessServerCheckException Thrown during the validation or execution of a Process Server CheckProcessServerCheckFailException A Process Server Check failed to meet the defined threshold(s)ProcessServerCheckSystemException An IO or other system exception occurred while executing a Process Server CheckProcessServerCheckValidateException The attributes defined for a Process Server Check failed validationR2WPublishException If Report2Web publishing fails.RecurrenceException Error during computing recurrence.RecurrencePatternException Error in the recurrence pattern.RemoteLoginFailedException Remote login failed.ReportGenerationException The report generation failed.ReportValidationException The report validation failed.ReturnCodeMappingUnavailableException An error was encountered while evaluating the return code mapping.SchedulerAPIException Baseclass for checked exceptions thrown by the API.SchedulerAPIForeignKeyException Unable to persist.SchedulerAPIInvalidObjectTypeException The string passed in does not represent a valid ObjectType.SchedulerAPIInvalidRestrictedEnumerationException Invalid enumeration value.SchedulerAPIInvalidStringLiteralException Invalid string literal.SchedulerAPIMissingException A communal scheduler session factory has not been published yet.SchedulerAPINoRowsUpdatedException The persist call did not update any rows in the database.SchedulerAPIPersistenceException Unable to persist.SchedulerAPIPersistenceRuntimeException An exception occurred during the execution of a persistence layer method.SchedulerAPIRetriablePersistenceException Indicates an exception that can be potentially fixed by trying again.SchedulerAPIRuntimeException Baseclass for unchecked exceptions thrown by the API.SchedulerAPIUnavailableException The scheduler API is currently unavailable.SchedulerConfigurationException An error has occurred while trying to configure a Scheduler component.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.SchedulingParameterValueException An error was encountered while evaluating and/or applying a scheduling parameter.StepDoesNotExistException The JobChain does not contain the requested stepSubjectNotCreatedException An error was encountered while evaluating and/or applying a scheduling parameter.TimeWindowElementConstraintOutOfBoundsException Attribute on a time window element is out of bounds.TimeWindowException An error occurred calculating the opening or closing of a time window.TimeWindowExpectedOpenWindowException CalculateNextClose should only be called on an open time window.TimeWindowNullOpeningTimeException Time window {0} cannot be called with a NULL opening time.TooManyJobGroupsToForecastException We do not allow forecasting more than 5000 job groups.UnlicensedFeatureException An attempt was made to use an unlicensed feature.UnsupportedObjectException The object that was passed in is of an incorrect type.UnsupportedPermaLinkException The URL for the requested purpose is not supported.UserMessageAttachmentException The user message attachment upload was denied or failed.UserMessageAttachmentUnknownException If an User Message Attachment action throws an unexpected exception.UserMessageAttachmentVetoException If an On User Operation action throws an exception to veto the changes being performed by the User Message attachment operation.UserMessageInitialParticipantException Unable to resolve Initial Assignee: No valid participants have been found for User MessageUserMessageNotFoundException The UserMessage cannot be found from a relative context for the reason specified.UserMessageOperationException If an User Message Operation action throws an exception to veto the changes being performed by the User Message operation.