Most visited

Recently visited

Added in API level 1

SSLProtocolException

public class SSLProtocolException
extends SSLException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ javax.net.ssl.SSLException
           ↳ javax.net.ssl.SSLProtocolException


报告SSL协议操作中的错误。 通常这表示协议实现之一存在缺陷。

Summary

Public constructors

SSLProtocolException(String reason)

构造一个异常报告SSL子系统检测到的SSL协议错误。

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

SSLProtocolException

Added in API level 1
SSLProtocolException (String reason)

构造一个异常报告SSL子系统检测到的SSL协议错误。

Parameters
reason String: describes the problem.

Hooray!