Class UnauthorizedException

  • All Implemented Interfaces:
    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 Detail

      • UnauthorizedException

        public UnauthorizedException​()
      • UnauthorizedException

        public UnauthorizedException​(String message)
      • UnauthorizedException

        public UnauthorizedException​(String message,
                                     Throwable cause)