class |
DateTimeConstantOutOfBoundsException |
A day has been entered that is out of the specified allowed range.
|
class |
DirtyListNotEmptyException |
The dirty list on the session is not empty, therefore the requested operation cannot be completed
|
class |
DuplicateKeyException |
The database is in an inconsistent state, found a duplicate primary key.
|
class |
IncorrectFormatRuntimeException |
An expression is not syntactically correct.
|
class |
InvalidObjectNameException |
The name of the object is invalid
|
class |
JobHasNoParentException |
Operation requires that the Job has a parent, but it does not.
|
class |
JobNotFoundRuntimeException |
A request was made for a job, however the job did not exist.
|
class |
ModifiedJobDefinitionCannotBePreparedException |
Only clean JobDefinitions can be prepared.
|
class |
ObjectCreationNotAllowedException |
The object could not be created since it would violate the object constraints.
|
class |
ObjectDeletedException |
The object has been marked for deletion, no operations are allowed on the object anymore.
|
class |
ObjectMutableInOtherSubSessionException |
The object is already on the dirtylist in another subsession.
|
class |
ObjectNotAttachedToSessionException |
The object is not attached to a session, and cannot be used anymore.
|
class |
ObjectNotFromSameSessionException |
The object used for assignment is not from the same session as the object it is being assigned to
|
class |
ParameterWrongTypeException |
A Parameter was set, but using the wrong type of data.
|
class |
PendingEventsNotAllowedException |
Cannot raise event; isPendingEventsAllowed is false and the event is already raised.
|
class |
PeriodFunctionErrorException |
Internal error in a period function.
|
class |
PeriodFunctionNoInterfaceException |
Period functions should implement the PeriodFunctionCalculator interface.
|
class |
PersistenceFactoryInstantiationException |
Unable to configure and/or retrieve a low level persistence factory.
|
class |
RecurrenceException |
Error during computing recurrence.
|
class |
RecurrencePatternException |
Error in the recurrence pattern.
|
class |
ReportGenerationException |
The report generation failed.
|
class |
SchedulerAPIInvalidObjectTypeException |
The string passed in does not represent a valid ObjectType.
|
class |
SchedulerAPIInvalidRestrictedEnumerationException |
Invalid enumeration value.
|
class |
SchedulerAPIPersistenceRuntimeException |
An exception occurred during the execution of a persistence layer method.
|
class |
SchedulerAPIRuntimeException |
Baseclass for unchecked exceptions thrown by the API.
|
class |
SchedulerConfigurationException |
An error has occurred while trying to configure a Scheduler component.
|
class |
TimeWindowElementConstraintOutOfBoundsException |
Attribute on a time window element is out of bounds.
|
class |
TimeWindowException |
An error occurred calculating the opening or closing of a time window.
|
class |
TimeWindowExpectedOpenWindowException |
CalculateNextClose should only be called on an open time window.
|
class |
TimeWindowNullOpeningTimeException |
Time window {0} cannot be called with a NULL opening time.
|
class |
UnsupportedObjectException |
The object that was passed in is of an incorrect type.
|