Class BadGatewayException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hc.core5.http.HttpException
se.michaelthelin.spotify.exceptions.SpotifyWebApiException
se.michaelthelin.spotify.exceptions.detailed.BadGatewayException
All Implemented Interfaces:
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:
  • Constructor Details

    • BadGatewayException

      public BadGatewayException()
    • BadGatewayException

      public BadGatewayException(String message)
    • BadGatewayException

      public BadGatewayException(String message, Throwable cause)