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

com.github.dianduiot.exception.ParameterErrorException Maven / Gradle / Ivy

package com.github.dianduiot.exception;

public class ParameterErrorException extends DoException {
    public ParameterErrorException() {
        super();
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy