
com.facebook.presto.jdbc.internal.airlift.http.client.ResponseTooLargeException Maven / Gradle / Ivy
package com.facebook.presto.jdbc.internal.airlift.http.client;
public class ResponseTooLargeException
extends RuntimeException
{
public ResponseTooLargeException()
{
super("Maximum response size exceeded");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy