index
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
index
index
/
org.fdroid.index
/
SigningException
Signing
Exception
android
class
SigningException
(
msg
:
String
?
,
cause
:
Throwable
?
)
:
Exception
Members
Constructors
Signing
Exception
Link copied to clipboard
android
constructor
(
msg
:
String
?
,
cause
:
Throwable
?
)
constructor
(
msg
:
String
)
constructor
(
e
:
Throwable
)
Properties
cause
Link copied to clipboard
android
open
val
cause
:
Throwable
?
message
Link copied to clipboard
android
open
val
message
:
String
?