toggle menu
spotify-api-kotlin
4.1.3
common
switch theme
search in API
spotify-api-kotlin
/
com.adamratzman.spotify
/
SpotifyException
/
UnNullableException
Un
Nullable
Exception
abstract
class
UnNullableException
(
message
:
String
)
:
SpotifyException
(
source
)
Inheritors
SpotifyRatelimitedException
Members
Constructors
Un
Nullable
Exception
Link copied to clipboard
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?