/**
*
*/
package net.agef.jobexchange.exceptions;
/**
* @author AGEF
*
*/
public class IndustrySectorNotFoundException extends Exception {
/**
*
*/
private static final long serialVersionUID = -7072383573987774936L;
public IndustrySectorNotFoundException(){
}
}