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

org.etlunit.InternalError Maven / Gradle / Ivy

There is a newer version: 1.6.9
Show newest version
package org.etlunit;

public class InternalError extends Exception
{
	public InternalError(String msg)
	{
		super(msg);
	}

	public InternalError(String msg, Exception e)
	{
		super(msg, e);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy