org.javalite.activeweb.ConfigurationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of activeweb Show documentation
Show all versions of activeweb Show documentation
Core functionality of the framework
package org.javalite.activeweb;
/**
* @author Igor Polevoy: 1/2/12 11:56 AM
*/
public class ConfigurationException extends WebException{
public ConfigurationException(String message) {
super(message);
}
}