- All Implemented Interfaces:
- java.io.Serializable
public class SpotifyRemoteServiceException
extends SpotifyAppRemoteException
Encapsulates possible SecurityException and IllegalStateException errors thrown
by Context.startService(Intent) and Context.startForegroundService(Intent).
SecurityException - If the caller does not have permission to access the service or the
service can not be found.
IllegalStateException - If the application is in a state where the service can not be
started, be found, or be accessed (such as not in the foreground in a state when services are
allowed).
- See Also:
- Serialized Form