shade
latest
common
structures
/
inkapplications.shade.structures
/
NetworkException
Network
Exception
class
NetworkException
(
message
:
String
,
cause
:
Throwable
)
:
ShadeException
Exception thrown if an error occurs making API requests to the Hue API.
Constructors
Properties
Constructors
Network
Exception
Link copied to clipboard
fun
NetworkException
(
message
:
String
,
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?