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