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

com.fhs.exception.ParamException Maven / Gradle / Ivy

There is a newer version: 3.0.6
Show newest version
package com.fhs.exception;


/**
 * 参数错误
 * @author wanglei
 */
public class ParamException extends RuntimeException {

    public ParamException(String defaultMessage) {
        super(defaultMessage);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy