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

com.wavefront.agent.config.ConfigurationException Maven / Gradle / Ivy

package com.wavefront.agent.config;

/**
 * @author Mori Bellamy ([email protected])
 */
public class ConfigurationException extends Exception {
  public ConfigurationException(String message) {
    super(message);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy