net.serenitybdd.plugins.jira.model.JQLException Maven / Gradle / Ivy
package net.serenitybdd.plugins.jira.model;
public class JQLException extends RuntimeException{
public JQLException(String message) {
super(message);
}
public JQLException(Throwable throwable) {
super(throwable);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy