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

com.dooapp.gaedo.blueprints.UnsupportedIdException Maven / Gradle / Ivy

package com.dooapp.gaedo.blueprints;

public class UnsupportedIdException extends BluePrintsCrudServiceException {

	public UnsupportedIdException(Class class1, Class type) {
		super("provided id is of type "+class1.getName()+" when this service expects a "+type.getName());
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy