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

yeamy.restlite.addition.NoMatchMethodException Maven / Gradle / Ivy

The newest version!
package yeamy.restlite.addition;

import yeamy.restlite.RESTfulRequest;

public class NoMatchMethodException extends Exception {
	private static final long serialVersionUID = -6391725202573079565L;

	public NoMatchMethodException(RESTfulRequest req) {
		super("no match service found! " + req.getRequest().getRequestURI());
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy