Class NotFoundException

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

public class NotFoundException extends SpotifyWebApiException
The requested resource could not be found. This error can be due to a temporary or permanent condition.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
      Constructs a new NotFoundException with no detail message.
    • NotFoundException

      public NotFoundException(String message)
      Constructs a new NotFoundException with the specified detail message.
      Parameters:
      message - the detail message
    • NotFoundException

      public NotFoundException(String message, Throwable cause)
      Constructs a new NotFoundException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of this exception