![JAR search and dependency download from the Maven repository](/logo.png)
com.atlassian.maven.plugins.jgitflow.exception.ProjectRewriteException Maven / Gradle / Ivy
package com.atlassian.maven.plugins.jgitflow.exception;
/**
* @since version
*/
public class ProjectRewriteException extends Exception
{
public ProjectRewriteException()
{
}
public ProjectRewriteException(String message)
{
super(message);
}
public ProjectRewriteException(String message, Throwable cause)
{
super(message, cause);
}
public ProjectRewriteException(Throwable cause)
{
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy