kendal.api.exceptions.ElementNotFoundException Maven / Gradle / Ivy
package kendal.api.exceptions;
public class ElementNotFoundException extends KendalRuntimeException{
public ElementNotFoundException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy