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

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

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

/**
 * @author zhaibian
 * @date 2019/04/03
 */
public class DomainInvalidException extends Exception{
    public DomainInvalidException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy