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
/
LithicException
Lithic
Exception
open
class
LithicException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
Inheritors
LithicInvalidDataException
LithicIoException
LithicRetryableException
LithicServiceException
Members
Constructors
Lithic
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
?