net.serenitybdd.plugins.jira.client.JIRAConfigurationError Maven / Gradle / Ivy
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