ktvine
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktvine
library
/
org.samfun.ktvine.utils
/
KtvineException
Ktvine
Exception
open
class
KtvineException
(
message
:
String
)
:
Exception
Base class for Ktvine library exceptions.
Inheritors
TooManySessionsException
InvalidSessionException
DecodeException
SignatureMismatchException
InvalidInitDataException
InvalidLicenseMessageException
InvalidContextException
NoKeysLoadedException
DeviceMismatchException
ValueException
InvalidBoxException
Members
Constructors
Ktvine
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
?