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

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