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

org.ndx.agile.architecture.gitlab.GitLabHandlerException Maven / Gradle / Ivy

The newest version!
package org.ndx.agile.architecture.gitlab;

import org.ndx.agile.architecture.base.AgileArchitectureException;

public class GitLabHandlerException extends AgileArchitectureException {

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

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy