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

org.redmine.ta.RedmineSecurityException Maven / Gradle / Ivy

Go to download

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 - 2024 Weber Informatics LLC | Privacy Policy