public final class SchedulingMessages extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.anaptecs.jeaf.xfun.api.errorhandling.ErrorCode |
ERROR_DURING_DESERIALIZATION
Error code is used to indicate that the Deserialization failed because of an IOException.
|
static com.anaptecs.jeaf.xfun.api.errorhandling.ErrorCode |
ERROR_DURING_DESERIALIZATION_CLASS_NOT_FOUND
Error code is used to indicate that the Deserialization failed because of an ClassNotFoundException.
|
static com.anaptecs.jeaf.xfun.api.errorhandling.ErrorCode |
ERROR_DURING_SERIALIZATION
Error code is used to indicate that the Serialization failed because of an IOException.
|
static com.anaptecs.jeaf.xfun.api.errorhandling.ErrorCode |
NO_EXECUTION_STRATEGY_SET
Error code is used to indicate that no ExecutionStrategy was given for the Task.
|
static com.anaptecs.jeaf.xfun.api.errorhandling.ErrorCode |
NO_TASK_FOUND_FOR_UNSCHEDULING
Error code is used to indicate that the Task which should be unscheduled could not be found.
|
static com.anaptecs.jeaf.xfun.api.errorhandling.ErrorCode |
SERVICE_CLASS_IS_NOT_SCHEDULEABLE_SERVICE
Error code is used to indicate that the ServiceClass of the Task does not implement the SchedulableService
interface.
|
static com.anaptecs.jeaf.xfun.api.errorhandling.ErrorCode |
TASK_IN_WRONG_STATE_FOR_LOCKING
Error code is used to indicate that the Task which is going to be executed must be locked and therefore needs to be
scheduled.
|
static com.anaptecs.jeaf.xfun.api.errorhandling.ErrorCode |
TASK_IS_NOT_LOCKED_FOR_EXECUTION
Error code is used to indicate that the Task which is going to be executed must be locked.
|
static com.anaptecs.jeaf.xfun.api.errorhandling.ErrorCode |
TEST_EXCEPTION
Error code is used to indicate that the Exception is thrown for testing purposes.
|
public static final com.anaptecs.jeaf.xfun.api.errorhandling.ErrorCode NO_EXECUTION_STRATEGY_SET
public static final com.anaptecs.jeaf.xfun.api.errorhandling.ErrorCode ERROR_DURING_SERIALIZATION
public static final com.anaptecs.jeaf.xfun.api.errorhandling.ErrorCode ERROR_DURING_DESERIALIZATION
public static final com.anaptecs.jeaf.xfun.api.errorhandling.ErrorCode ERROR_DURING_DESERIALIZATION_CLASS_NOT_FOUND
public static final com.anaptecs.jeaf.xfun.api.errorhandling.ErrorCode NO_TASK_FOUND_FOR_UNSCHEDULING
public static final com.anaptecs.jeaf.xfun.api.errorhandling.ErrorCode SERVICE_CLASS_IS_NOT_SCHEDULEABLE_SERVICE
public static final com.anaptecs.jeaf.xfun.api.errorhandling.ErrorCode TASK_IS_NOT_LOCKED_FOR_EXECUTION
public static final com.anaptecs.jeaf.xfun.api.errorhandling.ErrorCode TASK_IN_WRONG_STATE_FOR_LOCKING
public static final com.anaptecs.jeaf.xfun.api.errorhandling.ErrorCode TEST_EXCEPTION
Copyright © 2020. All rights reserved.