![JAR search and dependency download from the Maven repository](/logo.png)
com.taskadapter.mantisapi.RequiredItemException Maven / Gradle / Ivy
package com.taskadapter.mantisapi;
/**
* 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