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

com.restbusters.exception.InvalidParameterException Maven / Gradle / Ivy

Go to download

Automation and Release API and intergration support; supports REST APIs and external systems.

There is a newer version: 0.0.53
Show newest version
package com.restbusters.exception;

/**
 * @author sasha on 2020-09-10
 * @project qreasp
 */
public class InvalidParameterException extends Exception{
    public InvalidParameterException(String errorMessage) {
        super(errorMessage);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy