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

com.magic80.springBootCommon.exception.RequestParameterException Maven / Gradle / Ivy

There is a newer version: 0.0.3
Show newest version
package com.magic80.springBootCommon.exception;

public class RequestParameterException extends BaseBizException {

    public RequestParameterException(String message) {
        super(-1, message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy