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

org.opentripplanner.framework.retry.OtpRetryException Maven / Gradle / Ivy

The newest version!
package org.opentripplanner.framework.retry;

public class OtpRetryException extends RuntimeException {

  public OtpRetryException(String message, Throwable cause) {
    super(message, cause);
  }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy