All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wrapper.spotify.exceptions.detailed.ForbiddenException Maven / Gradle / Ivy

There is a newer version: 9.1.1
Show newest version
package com.wrapper.spotify.exceptions.detailed;

import com.wrapper.spotify.exceptions.SpotifyWebApiException;

/**
 * The server understood the request, but is refusing to fulfill it.
 */
public class ForbiddenException extends SpotifyWebApiException {

  public ForbiddenException() {
    super();
  }

  public ForbiddenException(String message) {
    super(message);
  }

  public ForbiddenException(String message, Throwable cause) {
    super(message, cause);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy