Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.http.HttpException
-
- com.wrapper.spotify.exceptions.SpotifyWebApiException
-
- com.wrapper.spotify.exceptions.detailed.NotFoundException
-
- All Implemented Interfaces:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException()NotFoundException(java.lang.String message)NotFoundException(java.lang.String message, java.lang.Throwable cause)
-