Uses of Class
se.michaelthelin.spotify.exceptions.SpotifyWebApiException
Packages that use SpotifyWebApiException
Package
Description
-
Uses of SpotifyWebApiException in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionIHttpManager.delete(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body) Perform an HTTP DELETE request to the specified URL.SpotifyHttpManager.delete(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body) Perform an HTTP GET request to the specified URL.IHttpManager.post(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body) Perform an HTTP POST request to the specified URL.SpotifyHttpManager.post(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body) IHttpManager.put(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body) Perform an HTTP PUT request to the specified URL.SpotifyHttpManager.put(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body) -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.exceptions.detailed
Subclasses of SpotifyWebApiException in se.michaelthelin.spotify.exceptions.detailedModifier and TypeClassDescriptionclassThe server was acting as a gateway or proxy and received an invalid response from the upstream server.classThe request could not be understood by the server due to malformed syntax.classThe server understood the request, but is refusing to fulfill it.classYou should never receive this error because our clever coders catch them all ... but if you are unlucky enough to get one, please report it to us.classThe requested resource could not be found.classThe server is currently unable to handle the request due to a temporary condition which will be alleviated after some delay.classRate limiting has been applied.classThe request requires user authorization or, if the request included authorization credentials, authorization has been refused for those credentials. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests
Methods in se.michaelthelin.spotify.requests that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionAbstractRequest.deleteJson()IRequest.deleteJson()Execute DELETE request and get JSON response.IRequest.execute()Execute the request synchronously.AbstractRequest.getJson()IRequest.getJson()Get JSON response as string.AbstractRequest.postJson()IRequest.postJson()Execute POST request and get JSON response.AbstractRequest.putJson()IRequest.putJson()Execute PUT request and get JSON response. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.authorization.authorization_code
Methods in se.michaelthelin.spotify.requests.authorization.authorization_code that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionAuthorizationCodeRefreshRequest.execute()Request newAuthorizationCodeCredentials.AuthorizationCodeRequest.execute()Request newAuthorizationCodeCredentials. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.authorization.authorization_code.pkce
Methods in se.michaelthelin.spotify.requests.authorization.authorization_code.pkce that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionAuthorizationCodePKCERefreshRequest.execute()Request newAuthorizationCodeCredentials.AuthorizationCodePKCERequest.execute()Request newAuthorizationCodeCredentials. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.authorization.client_credentials
Methods in se.michaelthelin.spotify.requests.authorization.client_credentials that throw SpotifyWebApiException -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.albums
Methods in se.michaelthelin.spotify.requests.data.albums that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionBoolean[]CheckUsersSavedAlbumsRequest.execute()Deprecated.Check whether an album is present in the current user's "Your Music" library.GetAlbumRequest.execute()Get anAlbumsynchronously.GetAlbumTracksRequest.execute()Get the tracks from the album.GetNewReleasesRequest.execute()Deprecated.Get a paging of newAlbumSimplifiedreleases.Album[]GetSeveralAlbumsRequest.execute()Deprecated.Get severalAlbumobjects.GetUsersSavedAlbumsRequest.execute()Get the saved albums of the current user.RemoveAlbumsForCurrentUserRequest.execute()Deprecated.Remove albums from the current user's library.SaveAlbumsForCurrentUserRequest.execute()Deprecated.Save albums to the current user's library. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.artists
Methods in se.michaelthelin.spotify.requests.data.artists that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionGetArtistRequest.execute()Get anArtist.GetArtistsAlbumsRequest.execute()Get theAlbumSimplifiedobjects.Artist[]GetArtistsRelatedArtistsRequest.execute()Deprecated.Get the relatedArtistobjects.Track[]GetArtistsTopTracksRequest.execute()Deprecated.Get an artist's top tracks.Artist[]GetSeveralArtistsRequest.execute()Deprecated.Get severalArtistobjects. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.audiobooks
Methods in se.michaelthelin.spotify.requests.data.audiobooks that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionBoolean[]CheckUsersSavedAudiobooksRequest.execute()Deprecated.Check whether audiobooks are present in the current user's library.GetAudiobookChaptersRequest.execute()Get the chapters from the audiobook.GetAudiobookRequest.execute()Get anAudiobooksynchronously.GetSeveralAudiobooksRequest.execute()Deprecated.Get severalAudiobookSimplifiedobjects.GetUsersSavedAudiobooksRequest.execute()Get the audiobooks from the current user's "Your Music" library.RemoveAudiobooksForCurrentUserRequest.execute()Deprecated.Remove audiobooks from the current user's library.SaveAudiobooksForCurrentUserRequest.execute()Deprecated.Save audiobooks to the current user's library. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.categories
Methods in se.michaelthelin.spotify.requests.data.categories that throw SpotifyWebApiException -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.chapters
Methods in se.michaelthelin.spotify.requests.data.chapters that throw SpotifyWebApiException -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.episodes
Methods in se.michaelthelin.spotify.requests.data.episodes that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionBoolean[]CheckUsersSavedEpisodesRequest.execute()Deprecated.Check if one or more episodes is already saved in the current Spotify user's 'Your Episodes' library.GetEpisodeRequest.execute()Get an episodeEpisode[]GetSeveralEpisodesRequest.execute()Deprecated.Get severalEpisodeobjects.GetUsersSavedEpisodesRequest.execute()Get a list of the current user’s saved episodes.RemoveEpisodesForCurrentUserRequest.execute()Deprecated.Remove episodes from the current user's library.SaveEpisodesForCurrentUserRequest.execute()Deprecated.Save episodes to the current user's library. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.genres
Methods in se.michaelthelin.spotify.requests.data.genres that throw SpotifyWebApiException -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.library
Methods in se.michaelthelin.spotify.requests.data.library that throw SpotifyWebApiException -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.markets
Methods in se.michaelthelin.spotify.requests.data.markets that throw SpotifyWebApiException -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.player
Methods in se.michaelthelin.spotify.requests.data.player that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionAddItemToPlaybackQueueRequest.execute()Add an item to the user's playback queue.Device[]GetAvailableDevicesRequest.execute()Get an user's available devices.GetCurrentlyPlayingTrackRequest.execute()Get an user's currently playing track.GetPlaybackStateRequest.execute()Get information about a user's playback.GetRecentlyPlayedTracksRequest.execute()Get an user's recently played tracks.GetUsersQueueRequest.execute()Get the user's current playback queue.PausePlaybackRequest.execute()Pause an user's playback.SeekToPositionRequest.execute()Seek to a position in the user's currently playing track.SetPlaybackVolumeRequest.execute()Set the volume for the user’s current playback device.SetRepeatModeRequest.execute()Set the repeat mode on a user's playback.SkipToNextRequest.execute()Skip to the next track in the user’s queue.SkipToPreviousRequest.execute()Skip to the previous track in the user’s queue.StartResumePlaybackRequest.execute()Start or resume a playback.TogglePlaybackShuffleRequest.execute()Toggle the shuffle state of an user's playback.TransferPlaybackRequest.execute()Transfer playback to a new device. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.playlists
Methods in se.michaelthelin.spotify.requests.data.playlists that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionAddCustomPlaylistCoverImageRequest.execute()Upload a new playlist image.AddItemsToPlaylistDeprecatedRequest.execute()Deprecated.Add items to playlist.AddItemsToPlaylistRequest.execute()Add items to playlist.ChangePlaylistDetailsRequest.execute()Change a playlist's details.CreatePlaylistForUserRequest.execute()Deprecated.Create a new playlist for a user.CreatePlaylistRequest.execute()Create a new playlist.GetCategoryPlaylistsRequest.execute()Deprecated.Get multiplePlaylistSimplifiedobjects.GetCurrentUsersPlaylistsRequest.execute()Get a list of the current user's playlists.GetFeaturedPlaylistsRequest.execute()Deprecated.GetFeaturedPlaylistssynchronously.Image[]GetPlaylistCoverImageRequest.execute()Get the cover image of a playlist.GetPlaylistItemsDeprecatedRequest.execute()Deprecated.Get a playlist's items.GetPlaylistItemsRequest.execute()Get a playlist's items.GetPlaylistRequest.execute()Get a playlist.GetUsersPlaylistsRequest.execute()Deprecated.Get a paging ofPlaylistSimplifiedobjects for a user.RemovePlaylistItemsDeprecatedRequest.execute()Deprecated.Remove items from a playlist.RemovePlaylistItemsRequest.execute()Remove items from a playlist.UpdatePlaylistsItemsReorderDeprecatedRequest.execute()Deprecated.Reorder the items in a playlist.UpdatePlaylistsItemsReorderRequest.execute()Reorder the items in a playlist.UpdatePlaylistsItemsReplaceDeprecatedRequest.execute()Deprecated.Replace items in a playlist.UpdatePlaylistsItemsReplaceRequest.execute()Replace items in a playlist. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.search
Methods in se.michaelthelin.spotify.requests.data.search that throw SpotifyWebApiException -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.search.simplified
Methods in se.michaelthelin.spotify.requests.data.search.simplified that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionSearchAlbumsRequest.execute()Search for albums.SearchArtistsRequest.execute()Search for artists.SearchAudiobooksRequest.execute()Search for audiobooks.SearchEpisodesRequest.execute()Search for episodes.SearchPlaylistsRequest.execute()Search for playlists.SearchShowsRequest.execute()Search for shows.SearchTracksRequest.execute()Search for tracks. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.search.simplified.special
Methods in se.michaelthelin.spotify.requests.data.search.simplified.special that throw SpotifyWebApiException -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.shows
Methods in se.michaelthelin.spotify.requests.data.shows that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionBoolean[]CheckUsersSavedShowsRequest.execute()Deprecated.Check whether a show is present in the current user's "Your Music" library.GetSeveralShowsRequest.execute()Deprecated.Get severalShowSimplifiedobjects.GetShowEpisodesRequest.execute()Get episodes of a show.GetShowRequest.execute()Get a show.GetUsersSavedShowsRequest.execute()Get a list of the current user’s saved shows.RemoveShowsForCurrentUserRequest.execute()Deprecated.Remove shows from the current user's library.SaveShowsForCurrentUserRequest.execute()Deprecated.Save shows to the current user's library. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.tracks
Methods in se.michaelthelin.spotify.requests.data.tracks that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionBoolean[]CheckUsersSavedTracksRequest.execute()Deprecated.Check whether an track is present in the current user's "Your Music" library.GetRecommendationsRequest.execute()Deprecated.Get theRecommendations.GetSeveralTracksAudioFeaturesRequest.execute()Deprecated.Get audio features for several tracks.Track[]GetSeveralTracksRequest.execute()Deprecated.Get severalTrackobjects.GetTrackRequest.execute()Get a track.GetTracksAudioAnalysisRequest.execute()Deprecated.Get an audio analysis for a track.GetTracksAudioFeaturesRequest.execute()Deprecated.Get audio features for a track.GetUsersSavedTracksRequest.execute()Get the songs from the current users "Your Music" library.RemoveUsersSavedTracksRequest.execute()Deprecated.Remove tracks from the current user's 'Your Music' library.SaveTracksForCurrentUserRequest.execute()Deprecated.Save tracks to the current user's 'Your Music' library. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.users
Methods in se.michaelthelin.spotify.requests.data.users that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionBoolean[]CheckCurrentUserFollowsArtistsOrUsersRequest.execute()Deprecated.Check whether the user is following one or more users or artist or not.Boolean[]CheckIfUserFollowsPlaylistRequest.execute()Deprecated.Check whether a user is following a playlist or not.FollowArtistsOrUsersRequest.execute()Deprecated.Follow an artist or user.FollowPlaylistRequest.execute()Deprecated.Follow a playlist.GetCurrentUsersProfileRequest.execute()Get the profile of the current user.GetFollowedArtistsRequest.execute()Get a list of artists the user is following.GetUsersProfileRequest.execute()Deprecated.Get the user's profile.GetUsersTopArtistsAndTracksRequest.execute()Get the top artists and tracks.UnfollowArtistsOrUsersRequest.execute()Deprecated.Unfollow an artist or user.UnfollowPlaylistRequest.execute()Deprecated.Unfollow a playlist. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.users.simplified
Methods in se.michaelthelin.spotify.requests.data.users.simplified that throw SpotifyWebApiException