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