All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.batch.operations.exception.JobExecutionNotMostRecentException Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package javax.batch.operations.exception;

public class JobExecutionNotMostRecentException extends
BatchOperationsRuntimeException{

	public JobExecutionNotMostRecentException(Throwable th,
			String localizedMessage) {
		super(th, localizedMessage);
		// TODO Auto-generated constructor stub
	}
	
	public JobExecutionNotMostRecentException(String localizedMessage) {
		super(localizedMessage);
		// TODO Auto-generated constructor stub
	}
	
	public JobExecutionNotMostRecentException(Throwable th) {
		super(th);
		// TODO Auto-generated constructor stub
	}
	
	public JobExecutionNotMostRecentException() {
		super();
		// TODO Auto-generated constructor stub
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy