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

com.alibaba.schedulerx.worker.exception.TimeOffsetException Maven / Gradle / Ivy

There is a newer version: 1.12.2
Show newest version
package com.alibaba.schedulerx.worker.exception;

/**
 * Created by yanxun on 2018/5/24.
 *
 * @author yanxun
 * @date 2018/05/24
 */
public class TimeOffsetException extends Exception {
    public TimeOffsetException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy