
org.mantis.ta.RequiredItemException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mantis-java-api Show documentation
Show all versions of mantis-java-api Show documentation
Free open-source Java API for Mantis bug/task management systems.
The newest version!
package org.mantis.ta;
/**
* AuthenticationException is thrown when
* required element or property is not set
*
* @author Maxim Zyukin
*/
public class RequiredItemException extends Exception {
private static final long serialVersionUID = 1L;
public RequiredItemException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy