Class ServiceUnavailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.http.HttpException
-
- com.wrapper.spotify.exceptions.SpotifyWebApiException
-
- com.wrapper.spotify.exceptions.detailed.ServiceUnavailableException
-
- All Implemented Interfaces:
java.io.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 Summary
Constructors Constructor Description ServiceUnavailableException()ServiceUnavailableException(java.lang.String message)ServiceUnavailableException(java.lang.String message, java.lang.Throwable cause)
-