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

org.exparity.test.builder.RandomBuilderException Maven / Gradle / Ivy


package org.exparity.test.builder;

/**
 * @author Stewart Bissett
 */
public class RandomBuilderException extends RuntimeException {

	private static final long serialVersionUID = 3915822809921345204L;

	public RandomBuilderException(final String message, final Throwable cause) {
		super(message, cause);
	}

	public RandomBuilderException(final String message) {
		super(message);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy