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

com.arjuna.ats.arjuna.common.CoreEnvironmentBeanException Maven / Gradle / Ivy

package com.arjuna.ats.arjuna.common;

public class CoreEnvironmentBeanException extends Exception {

	public CoreEnvironmentBeanException(String string) {
		super(string);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy