nl.pdok.workspacebuilder.exceptions.WorkspaceBuilderException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geoserver-workspace-builder Show documentation
Show all versions of geoserver-workspace-builder Show documentation
PDOK Geoserver Workspace Builder
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