FileDocCategorySizeDatePackage
SSLProtocolException.javaAPI DocAndroid 1.5 API1392Wed May 06 22:41:06 BST 2009javax.net.ssl

SSLProtocolException

public class SSLProtocolException extends SSLException
The exception that is thrown when an error in the operation of the SSL protocol is encountered.
since
Android 1.0

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

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


                                         
       
        super(reason);
    
Methods Summary