Added in API level 1
SSLProtocolException
open class SSLProtocolException : SSLException
kotlin.Any | |||||
↳ | kotlin.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.io.IOException | ||||
↳ | javax.net.ssl.SSLException | ||||
↳ | javax.net.ssl.SSLProtocolException |
Reports an error in the operation of the SSL protocol. Normally this indicates a flaw in one of the protocol implementations.
Summary
Public constructors | |
---|---|
SSLProtocolException(reason: String!) Constructs an exception reporting an SSL protocol error detected by an SSL subsystem. |
Public constructors
SSLProtocolException
Added in API level 1
SSLProtocolException(reason: String!)
Constructs an exception reporting an SSL protocol error detected by an SSL subsystem.
Parameters | |
---|---|
reason |
String!: describes the problem. |