SSLKeyExceptionpublic class SSLKeyException extends SSLException The exception that is thrown when an invalid SSL key is encountered. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public SSLKeyException(String reason)Creates a new {@code SSLKeyException} with the specified message.
super(reason);
|
|