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

com.github.libgraviton.gdk.exception.UnsuccessfulRequestException Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
package com.github.libgraviton.gdk.exception;

/**
 * Whenever the execution of the HTTP request failed.
 */
public class UnsuccessfulRequestException extends CommunicationException {

    public UnsuccessfulRequestException(String message, Throwable cause) {
        super(message, cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy