SSLHandshakeExceptionpublic class SSLHandshakeException extends SSLException The exception that is thrown when a handshake could not be completed
successfully. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public SSLHandshakeException(String reason)Creates a new {@code SSLHandshakeException} with the specified message.
super(reason);
|
|