![JAR search and dependency download from the Maven repository](/logo.png)
io.airlift.http.client.ResponseTooLargeException Maven / Gradle / Ivy
The newest version!
package io.airlift.http.client;
public class ResponseTooLargeException
extends RuntimeException
{
public ResponseTooLargeException()
{
super("Maximum response size exceeded");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy