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

com.taskadapter.redmineapi.RedmineAuthenticationException Maven / Gradle / Ivy

Go to download

Free open-source Java API for Redmine and Chiliproject bug/task management systems. This project was originally a part of Task Adapter application (http://www.taskadapter.com) and then was open-sourced.

The newest version!
package com.taskadapter.redmineapi;

/**
 * User or password (or API access key) not recognized.
 */
public class RedmineAuthenticationException extends RedmineSecurityException {
	private static final long serialVersionUID = -2494397318821827279L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy