
org.molgenis.data.jobs.JobExecutionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of molgenis-jobs Show documentation
Show all versions of molgenis-jobs Show documentation
Jobs framework and data model.
package org.molgenis.data.jobs;
public class JobExecutionException extends RuntimeException
{
/**
*
*/
private static final long serialVersionUID = 1L;
public JobExecutionException(Exception cause)
{
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy