Kuira
Toggle table of contents
0.1.0-alpha03
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Kuira
indexer
/
com.midnight.kuira.core.indexer.api
/
CertificatePinningException
Certificate
Pinning
Exception
class
CertificatePinningException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
IndexerException
Certificate pinning exception.
Thrown when server certificate doesn't match pinned certificates.
Members
Constructors
Certificate
Pinning
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?