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