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

org.opentripplanner.apis.transmodel.ResponseTooLargeException Maven / Gradle / Ivy

The newest version!
package org.opentripplanner.apis.transmodel;

/**
 * Exception thrown when the API response exceeds a configurable limit.
 */
public class ResponseTooLargeException extends RuntimeException {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy