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

net.serenitybdd.plugins.jira.client.JIRAConfigurationError Maven / Gradle / Ivy

There is a newer version: 4.2.9
Show newest version
package net.serenitybdd.plugins.jira.client;

/**
 * A description goes here.
 * User: john
 * Date: 7/03/2014
 * Time: 2:39 PM
 */
public class JIRAConfigurationError extends RuntimeException {
    public JIRAConfigurationError(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy