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

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

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

public class DuplicateIdException extends CustomServiceException {

	private static final long serialVersionUID = 1L;

	public DuplicateIdException(String msg) {
		super(msg);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy