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协议操作中的错误。 通常这表示协议实现之一存在缺陷。
Public constructors |
|
|---|---|
SSLProtocolException(String reason) 构造一个异常报告SSL子系统检测到的SSL协议错误。 |
|
继承方法(Inherited methods) |
|
|---|---|
java.lang.Throwable
|
|
java.lang.Object
|
|
SSLProtocolException (String reason)
构造一个异常报告SSL子系统检测到的SSL协议错误。
| 参数(Parameters) | |
|---|---|
reason |
String: describes the problem. |