index
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
index
index
/
org.fdroid.index.v1
/
OldIndexException
Old
Index
Exception
android
class
OldIndexException
(
val
isSameTimestamp
:
Boolean
,
msg
:
String
)
:
Exception
Members
Constructors
Old
Index
Exception
Link copied to clipboard
android
constructor
(
isSameTimestamp
:
Boolean
,
msg
:
String
)
Properties
cause
Link copied to clipboard
android
open
val
cause
:
Throwable
?
is
Same
Timestamp
Link copied to clipboard
android
val
isSameTimestamp
:
Boolean
message
Link copied to clipboard
android
open
val
message
:
String
?