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

com.github.zzlhy.exception.CustomImportException Maven / Gradle / Ivy

package com.github.zzlhy.exception;

/**
 * 自定义导出异常
 * Created by Administrator on 2018-2-12.
 */
public class CustomImportException extends RuntimeException{
    public CustomImportException() {
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy