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

org.ajoberstar.reckon.gradle.ReckonConfigurationException Maven / Gradle / Ivy

The newest version!
package org.ajoberstar.reckon.gradle;

public class ReckonConfigurationException extends RuntimeException {
  public ReckonConfigurationException(String message, Throwable cause) {
    super(message, cause);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy