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

com.facebook.presto.jdbc.internal.airlift.http.client.ResponseTooLargeException Maven / Gradle / Ivy

There is a newer version: 0.289
Show newest version
package com.facebook.presto.jdbc.internal.airlift.http.client;

public class ResponseTooLargeException
        extends RuntimeException
{
    public ResponseTooLargeException()
    {
        super("Maximum response size exceeded");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy