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

com.tinify.ServerException Maven / Gradle / Ivy

Go to download

Java client for the Tinify API. Tinify compresses your images intelligently. Read more at https://tinify.com.

There is a newer version: 1.8.8
Show newest version
package com.tinify;

public class ServerException extends Exception {
    public ServerException() {
        super();
    }
    public ServerException(final Throwable t) {
        super(t);
    }
    public ServerException(final String message, final String type, final int status) {
        super(message, type, status);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy