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

net.serenitybdd.plugins.jira.model.JQLException Maven / Gradle / Ivy

The newest version!
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