Package com.wrapper.spotify.exceptions
Class SpotifyWebApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.http.HttpException
-
- com.wrapper.spotify.exceptions.SpotifyWebApiException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BadGatewayException,BadRequestException,ForbiddenException,InternalServerErrorException,NotFoundException,ServiceUnavailableException,TooManyRequestsException,UnauthorizedException
public class SpotifyWebApiException extends org.apache.http.HttpExceptionAn exception happened, eg. a HTTP status code 4** or 5** has been returned in a request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpotifyWebApiException()SpotifyWebApiException(java.lang.String message)SpotifyWebApiException(java.lang.String message, java.lang.Throwable cause)
-