org.redmine.ta.RedmineSecurityException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of redmine-java-api Show documentation
Show all versions of redmine-java-api Show documentation
Free open-source Java API for Redmine and Chiliproject bug/task management systems.
The newest version!
package org.redmine.ta;
/**
* covers two cases:
*
* - user or password not recognized
* - authenticated successfully, but the operation is not permitted for this user
*
*/
public class RedmineSecurityException extends RedmineException {
private static final long serialVersionUID = -7112215624257956273L;
public RedmineSecurityException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy