Class UnauthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.http.HttpException
-
- com.wrapper.spotify.exceptions.SpotifyWebApiException
-
- com.wrapper.spotify.exceptions.detailed.UnauthorizedException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnauthorizedException extends SpotifyWebApiException
The request requires user authorization or, if the request included authorization credentials, authorization has been refused for those credentials.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnauthorizedException()UnauthorizedException(java.lang.String message)UnauthorizedException(java.lang.String message, java.lang.Throwable cause)
-