![JAR search and dependency download from the Maven repository](/logo.png)
com.github.dakusui.jcunit.exceptions.JCUnitRuntimeException Maven / Gradle / Ivy
package com.github.dakusui.jcunit.exceptions;
public class JCUnitRuntimeException extends RuntimeException {
/**
* A serial version UID.
*/
private static final long serialVersionUID = 5469024857071326421L;
/**
* Creates an object of this class.
*
* @param message An error message for this object.
* @param t A nested throwable
object.
*/
public JCUnitRuntimeException(String message, Throwable t) {
super(message, t);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy