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

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

The newest version!
package net.serenitybdd.plugins.jira.client;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy