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

org.nico.cat.mvc.exception.RequestMethodNotMatch Maven / Gradle / Ivy

package org.nico.cat.mvc.exception;

public class RequestMethodNotMatch extends Exception{

	private static final long serialVersionUID = 4706823760489841716L;

	public RequestMethodNotMatch() {
		super();
		// TODO Auto-generated constructor stub
	}

	public RequestMethodNotMatch(String arg0, Throwable arg1, boolean arg2,
			boolean arg3) {
		super(arg0, arg1, arg2, arg3);
		// TODO Auto-generated constructor stub
	}

	public RequestMethodNotMatch(String arg0, Throwable arg1) {
		super(arg0, arg1);
		// TODO Auto-generated constructor stub
	}

	public RequestMethodNotMatch(String arg0) {
		super(arg0);
		// TODO Auto-generated constructor stub
	}

	public RequestMethodNotMatch(Throwable arg0) {
		super(arg0);
		// TODO Auto-generated constructor stub
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy