com.alibaba.schedulerx.worker.exception.TimeOffsetException Maven / Gradle / Ivy
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);
}
}