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

com.socrata.exceptions.BadCompressionException Maven / Gradle / Ivy

There is a newer version: 0.10.10
Show newest version
package com.socrata.exceptions;

/**
 * Exception thrown if there is a problem wrapping a compression stream
 * around the input stream.
 */
public class BadCompressionException extends SodaError
{
    public BadCompressionException(Throwable throwable)
    {
        super(throwable);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy