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

tech.greenfield.vertx.irked.exceptions.InvalidRouteConfiguration Maven / Gradle / Ivy

There is a newer version: 4.5.10
Show newest version
package tech.greenfield.vertx.irked.exceptions;

public class InvalidRouteConfiguration extends Exception {

	private static final long serialVersionUID = 4458613845508649189L;
	
	public InvalidRouteConfiguration(String message) {
		super(message);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy