package eu.simstadt.nf4j; /** * If your export and import job descriptions are invalid due to the job.isValid() method, then it is very likely * that you will get this exception. * * @author Marcel Bruse */ public class InvalidJobDescriptorException extends Exception { private static final long serialVersionUID = 2710340003578550634L; }