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

nl.pdok.workspacebuilder.exceptions.WorkspaceBuilderException Maven / Gradle / Ivy

The newest version!
package nl.pdok.workspacebuilder.exceptions;

/**
 * Created with IntelliJ IDEA.
 * User: nijhur
 * Date: 6-11-14
 * Time: 13:46
 * To change this template use File | Settings | File Templates.
 */
public class WorkspaceBuilderException extends RuntimeException {
    
    private static final long serialVersionUID = -7890255541753315033L;

    public WorkspaceBuilderException(String message){
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy