Class UnauthorizedException
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.UnauthorizedException
- All Implemented Interfaces:
Serializable
The request requires user authorization or, if the request included authorization credentials, authorization has been
refused for those credentials.
- See Also:
-
Constructor Summary
ConstructorDescriptionUnauthorizedException
(String message) UnauthorizedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnauthorizedException
public UnauthorizedException() -
UnauthorizedException
-
UnauthorizedException
-