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

com.segment.analytics.InvalidConfigurationException Maven / Gradle / Ivy

There is a newer version: 2.5.3
Show newest version
package com.segment.analytics;

/**
 * Exception thrown when an integration could not be initialized due to an invalid configuration.
 * In most cases this would be due to missing permissions.
 */
class InvalidConfigurationException extends Exception {
  InvalidConfigurationException(String detailMessage) {
    super(detailMessage);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy