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

it.uniroma2.art.semanticturkey.customservice.DuplicateName Maven / Gradle / Ivy

There is a newer version: 13.0
Show newest version
package it.uniroma2.art.semanticturkey.customservice;

public class DuplicateName extends CustomServiceException {

	private static final long serialVersionUID = 1L;

	/**
	 * @param message
	 */
	public DuplicateName(String message) {
		super(message);
	}

	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy