TealiumPrism
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
TealiumPrism
core
/
com.tealium.prism.core.api.misc
/
TealiumIOException
Tealium
IOException
open
class
TealiumIOException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
TealiumException
Base Exception class for all failures relating to Input/Output operations.
Inheritors
NetworkException
PersistenceException
Members
Constructors
Tealium
IOException
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
?