![JAR search and dependency download from the Maven repository](/logo.png)
com.bigdata.bfs.ExistsException Maven / Gradle / Ivy
package com.bigdata.bfs;
/**
* Thrown when the identified document already exists.
*
* @author Bryan Thompson
* @version $Id$
*/
public class ExistsException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 7490932737424526172L;
public ExistsException(String id) {
super("id="+id);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy