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