FileDocCategorySizeDatePackage
SSLPeerUnverifiedException.javaAPI DocAndroid 1.5 API1402Wed May 06 22:41:06 BST 2009javax.net.ssl

SSLPeerUnverifiedException

public class SSLPeerUnverifiedException extends SSLException
The exception that is thrown when the identity of a peer has not beed verified.
since
Android 1.0

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

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


                                         
       
        super(reason);
    
Methods Summary