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

com.github.shootercheng.export.exception.ParamBuildException Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
package com.github.shootercheng.export.exception;

/**
 * @author James
 */
public class ParamBuildException extends RuntimeException {

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

    public ParamBuildException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy