Added in API level 1
SSLKeyException
open class SSLKeyException : SSLException
kotlin.Any | |||||
↳ | kotlin.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.io.IOException | ||||
↳ | javax.net.ssl.SSLException | ||||
↳ | javax.net.ssl.SSLKeyException |
Reports a bad SSL key. Normally, this indicates misconfiguration of the server or client SSL certificate and private key.
Summary
Public constructors | |
---|---|
SSLKeyException(reason: String!) Constructs an exception reporting a key management error found by an SSL subsystem. |
Public constructors
SSLKeyException
Added in API level 1
SSLKeyException(reason: String!)
Constructs an exception reporting a key management error found by an SSL subsystem.
Parameters | |
---|---|
reason |
String!: describes the problem. |