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