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

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

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 - 2024 Weber Informatics LLC | Privacy Policy