All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.seedstack.scheduler.internal.SchedulerErrorCode Maven / Gradle / Ivy

/**
 * Copyright (c) 2013-2016, The SeedStack authors 
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */
package org.seedstack.scheduler.internal;


import org.seedstack.shed.exception.ErrorCode;

enum SchedulerErrorCode implements ErrorCode {
    EXCEPTION_IN_LISTENER,
    FAILED_TO_INSTANTIATE_TASK,
    IMPOSSIBLE_TO_USE_CRON_AND_TRIGGER,
    MISSING_CRON_EXPRESSION,
    MISSING_TYPE_PARAMETER,
    SCHEDULER_ERROR,
    SCHEDULER_FAILED_TO_START,
    TRIGGER_AND_JOB_NAME_SHOULD_BE_UNIQUE,
    UNRECOGNIZED_TRIGGER
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy