java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.io.IOException | ||||
↳ | fm.audiobox.core.exceptions.AudioBoxException | ||||
↳ | fm.audiobox.core.exceptions.SyncException |
This exception is thrown whenever an error occurs while trying to
sync a playlist
with the remote service.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
fm.audiobox.core.exceptions.AudioBoxException
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SyncException(HttpResponse response)
Instantiates a new Sync Exception.
| |||||||||||
SyncException(int statusCode)
Instantiates a new Sync exception.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getMessage() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
fm.audiobox.core.exceptions.AudioBoxException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|
Instantiates a new Sync Exception.
response | the response |
---|
Instantiates a new Sync exception.
statusCode | the status code |
---|