FileDocCategorySizeDatePackage
SSLKeyException.javaAPI DocAndroid 1.5 API1350Wed May 06 22:41:06 BST 2009javax.net.ssl

SSLKeyException

public class SSLKeyException extends SSLException
The exception that is thrown when an invalid SSL key is encountered.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public SSLKeyException(String reason)
Creates a new {@code SSLKeyException} with the specified message.

param
reason the detail message for the exception.
since
Android 1.0

    
                                         
       
        super(reason);
    
Methods Summary