FileDocCategorySizeDatePackage
SSLHandshakeException.javaAPI DocAndroid 1.5 API1384Wed May 06 22:41:06 BST 2009javax.net.ssl

SSLHandshakeException

public class SSLHandshakeException extends SSLException
The exception that is thrown when a handshake could not be completed successfully.
since
Android 1.0

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

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


                                         
       
        super(reason);
    
Methods Summary