/** * */ package no.weather.weatherProxy.wsKlima; /** * @author root * */ public class WeatherTypeNotFoundException extends Exception { private static final long serialVersionUID = -693885212502444211L; public WeatherTypeNotFoundException() { super(); } }