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

io.github.whyareyousoseriously.czcommonutils.exception.ServiceResultException Maven / Gradle / Ivy

package io.github.whyareyousoseriously.czcommonutils.exception;

/**
 * 服务层自定义异常
 * @author chenzhen
 * Created by chenzhen on 2019/9/4.
 */
public class ServiceResultException extends Exception{

    public ServiceResultException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy