lithic-kotlin-root
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
lithic-kotlin-root
lithic-kotlin-root
/
com.lithic.api.errors
/
LithicIoException
Lithic
Io
Exception
class
LithicIoException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
LithicException
Members
Constructors
Lithic
Io
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?