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

kendal.api.exceptions.ElementNotFoundException Maven / Gradle / Ivy

There is a newer version: 0.6
Show newest version
package kendal.api.exceptions;

public class ElementNotFoundException extends  KendalRuntimeException{

    public ElementNotFoundException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy