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

de.swm.gwt.linker.server.propertyprovider.PropertyProviderException Maven / Gradle / Ivy

There is a newer version: 3.1
Show newest version
package de.swm.gwt.linker.server.propertyprovider;

/**
 * 
 * @author Daniel Kurka (see http://code.google.com/p/mgwt/)
 *
 */
public class PropertyProviderException extends Exception {

        private static final long serialVersionUID = 4960243002866594488L;

        public PropertyProviderException(String string) {
                super(string);
        }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy