
org.opentripplanner.apis.transmodel.ResponseTooLargeException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otp Show documentation
Show all versions of otp Show documentation
The OpenTripPlanner multimodal journey planning system
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