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

org.opentripplanner.updater.UpdaterConstructionException Maven / Gradle / Ivy

There is a newer version: 2.6.0
Show newest version
package org.opentripplanner.updater;

public class UpdaterConstructionException extends RuntimeException {

  public UpdaterConstructionException(Throwable cause) {
    super(cause);
  }

  public UpdaterConstructionException(String message) {
    super(message);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy