public final class SchedulerError extends ErrorCode
Modifier and Type | Field and Description |
---|---|
static ErrorCode |
BAD_CRON_EXPRESSION
SCHEDULER_SERVICE-5 Bad cron expression.
|
static ErrorCode |
INVALID_JOB
SCHEDULER_SERVICE-8 Error during validation.
|
static ErrorCode |
INVALID_VALIDATOR_CLASS
SCHEDULER_SERVICE-7 Error creating validator.
|
static ErrorCode |
JOB_CLASS_INVALID
SCHEDULER_SERVICE-3 A scheduled job definition references a job implementation class that does not implement interface com.attivio.platform.service.AttivioScheduledJob
|
static ErrorCode |
JOB_CLASS_NOT_FOUND
SCHEDULER_SERVICE-2 A scheduled job definition references a job implementation class that was not found.
|
static ErrorCode |
JOB_META_DATAT_ERROR
SCHEDULER_SERVICE-6 Error in job metadata.
|
static ErrorCode |
TASK_ALREADY_EXISTS
SCHEDULER_SERVICE-4 Attempted to create a task with a combination of owner and name that already exists.
|
static ErrorCode |
UNCATEGORIZED_FAILURE
SCHEDULER_SERVICE-1 Uncategorized scheduler failure.
|
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
public static final ErrorCode UNCATEGORIZED_FAILURE
public static final ErrorCode JOB_CLASS_NOT_FOUND
public static final ErrorCode JOB_CLASS_INVALID
public static final ErrorCode TASK_ALREADY_EXISTS
public static final ErrorCode BAD_CRON_EXPRESSION
public static final ErrorCode JOB_META_DATAT_ERROR
public static final ErrorCode INVALID_VALIDATOR_CLASS
public static final ErrorCode INVALID_JOB
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.