net.serenitybdd.plugins.jira.model.IssueTrackerUpdateException Maven / Gradle / Ivy
The newest version!
package net.serenitybdd.plugins.jira.model;
/**
* Thrown when the issue tracking system could not be updated for some reason.
*/
public class IssueTrackerUpdateException extends RuntimeException{
public IssueTrackerUpdateException(String message, Throwable throwable) {
super(message, throwable);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy