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