package org.greenstone.gatherer.file; import java.lang.Exception; public class FileAlreadyExistsException extends Exception { public FileAlreadyExistsException() { super(); } }