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

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

package com.dooapp.gaedo.blueprints;

public class UnableToLocateVertexException extends BluePrintsCrudServiceException {

	public UnableToLocateVertexException(String property, Object value) {
		super("unable to find any vertex having for property \""+property+"\" the value \""+value+"\"");
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy