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

com.github.dakusui.jcunit.exceptions.JCUnitException Maven / Gradle / Ivy

There is a newer version: 0.8.17
Show newest version
package com.github.dakusui.jcunit.exceptions;

public class JCUnitException extends Exception {
	/**
	 * A serial version UID. 
	 */
	private static final long serialVersionUID = -8729834127235486228L;

	public JCUnitException() {}
	
	public JCUnitException(String msg, Throwable e) {
		super(msg, e);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy