Exception | Description |
---|---|
AccessRightException |
Exception generated when trying to perform an action not allowed by a user.
It could be an administration method or simply an access to a job that you do not own. |
AlreadyConnectedException |
AlreadyConnectedException is thrown if a client already connected try to connect again
|
ConnectionException |
Exception generated when trying to join an active Scheduler.
For some different reasons, it could be thrown when joining a started Scheduler. |
DependenceFailedException |
Exceptions Generated if a ProActive task is sent to a java or native task dependence list.
|
ExecutableCreationException |
Exceptions Generated if a problem occurred while creating a task.
|
InternalException |
InternalException...
|
InternalSchedulerException |
Exceptions Generated by the scheduler or its proxy.
This is the generic exception used to inform of internal known problem. |
JobAlreadyFinishedException |
Exception generated when trying to get or set information on a finished job that must be done on a running one.
|
JobCreationException |
Exceptions Generated if a problem occurred while creating a job.
|
JobValidationException | |
LabelConflictException |
Exception generated when trying to create a label that already exists.
|
LabelNotFoundException |
Exception generated when trying to retrieve a label that does not exist.
|
LabelValidationException |
Exception generated when trying to create a label that is not valid.
|
MaxJobIdReachedException |
Exception generated by the scheduler JobId nextId() method informing that max Id has been reached.
In this case, the Scheduler stops, and administrator may check what to do with the Database. For information, max Id is the Integer.MAX_VALUE. |
NotConnectedException |
Exception generated when trying to connect the scheduler without being authenticate.
Try to authenticate before using the Scheduler. |
PermissionException |
Exception generated when trying to perform an action not allowed by a client.
It could be an administrator method or simply an access to a job that you do not own. |
SchedulerConfigurationException |
Exception generated when trying to start the scheduler with an erroneous configuration.
|
SchedulerException |
Exceptions Generated by the scheduler or its proxy.
This is the generic exception used to inform the user of a problem. |
SubmissionClosedException |
Exceptions Generated by the scheduler or its proxy.
This is the generic exception used to inform the user of a problem. |
TaskAbortedException |
Exception generated when a task is aborted (killed while it's running)
|
TaskCouldNotRestartException |
Exception generated when a task could not be restarted after an error
during the previous execution
|
TaskCouldNotStartException |
Exception generated when a task could not be started due to
dependences failure.
|
TaskPreemptedException |
Exception generated when admin preempt a task.
This exception is thrown in the task result of the preempted task. |
TaskRestartedException |
Exception generated when user or admin restart a task.
The current execution terminates immediately throwing this exception. |
TaskSkippedException |
Exception generated when the job skip a task
|
UnknownJobException |
Exception generated when trying to get information about a job that does not exist.
This exception is thrown each time the scheduler cannot perform a user request due to an unknown job. |
UnknownTaskException |
Exception generated when trying to get task result and the task result does not exist.
|
UserException |
Exceptions Generated by the scheduler due to a user problem.
This exception is sent if an exception occurs and the problem comes from the user. |
WalltimeExceededException |
Exception returned as result of a task which execution time exceeded the
walltime.
|