Class ForbiddenException

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.ForbiddenException
All Implemented Interfaces:
Serializable

public class ForbiddenException extends SpotifyWebApiException
The server understood the request, but is refusing to fulfill it.
See Also:
  • Constructor Details

    • ForbiddenException

      public ForbiddenException()
    • ForbiddenException

      public ForbiddenException(String message)
    • ForbiddenException

      public ForbiddenException(String message, Throwable cause)