Class BadGatewayException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.http.HttpException
-
- com.wrapper.spotify.exceptions.SpotifyWebApiException
-
- com.wrapper.spotify.exceptions.detailed.BadGatewayException
-
- All Implemented Interfaces:
java.io.Serializable
public class BadGatewayException extends SpotifyWebApiException
The server was acting as a gateway or proxy and received an invalid response from the upstream server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadGatewayException()BadGatewayException(java.lang.String message)BadGatewayException(java.lang.String message, java.lang.Throwable cause)
-