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

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

The 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