Package de.sonallux.spotify.api
Class SpotifyApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- de.sonallux.spotify.api.SpotifyApiException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SpotifyAuthorizationException
public class SpotifyApiException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpotifyApiException(Error error)SpotifyApiException(String message)SpotifyApiException(String message, Error error)SpotifyApiException(String message, Error error, Throwable cause)SpotifyApiException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorgetError()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-