Class ServiceUnavailableException

  • All Implemented Interfaces:
    Serializable


    public class ServiceUnavailableException
    extends SpotifyWebApiException
    The server is currently unable to handle the request due to a temporary condition which will be alleviated after some delay. You can choose to resend the request again.
    See Also:
    Serialized Form
    • Constructor Detail

      • ServiceUnavailableException

        public ServiceUnavailableException​()
      • ServiceUnavailableException

        public ServiceUnavailableException​(String message)
      • ServiceUnavailableException

        public ServiceUnavailableException​(String message,
                                           Throwable cause)