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

confluencemavenplugin.DeployException Maven / Gradle / Ivy

package confluencemavenplugin;

public class DeployException extends Exception {

	private static final long serialVersionUID = 1L;

	public DeployException(String message, Throwable cause) {
		super(message, cause);
	}

	public DeployException(String message) {
		super(message);
	}

	public DeployException(Throwable cause) {
		super(cause);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy