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