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

com.clickntap.smart.SmartControllerNotFoundException Maven / Gradle / Ivy

There is a newer version: 1.30
Show newest version
package com.clickntap.smart;

public class SmartControllerNotFoundException extends Exception {

    public SmartControllerNotFoundException(String ref) {
        super("'" + ref + "' not found");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy