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

javax.batch.operations.JobExecutionAlreadyCompleteException Maven / Gradle / Ivy

package javax.batch.operations;

public class JobExecutionAlreadyCompleteException extends
BatchOperationsRuntimeException {

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy