
com.wrapper.spotify.exceptions.detailed.BadGatewayException Maven / Gradle / Ivy
package com.wrapper.spotify.exceptions.detailed;
import com.wrapper.spotify.exceptions.SpotifyWebApiException;
/**
* The server was acting as a gateway or proxy and received an invalid response from the upstream server.
*/
public class BadGatewayException extends SpotifyWebApiException {
public BadGatewayException() {
super();
}
public BadGatewayException(String message) {
super(message);
}
public BadGatewayException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy