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

net.thucydides.core.fixtureservices.FixtureException Maven / Gradle / Ivy

package net.thucydides.core.fixtureservices;

/**
 * A description goes here.
 * User: john
 * Date: 2/05/13
 * Time: 2:18 PM
 */
public class FixtureException extends RuntimeException {
    public FixtureException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy