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

org.opentripplanner.framework.io.OtpHttpClientException Maven / Gradle / Ivy

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

public class OtpHttpClientException extends RuntimeException {

  public OtpHttpClientException(Throwable cause) {
    super(cause.getMessage(), cause);
  }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy