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

org.etlunit.InformaticaError Maven / Gradle / Ivy

package org.etlunit;

public class InformaticaError extends TestExecutionError
{
	public InformaticaError(String msg)
	{
		super(msg);
	}

	public InformaticaError(String msg, Exception exc)
	{
		super(msg, exc);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy