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

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