/**@class javax.net.ssl.SSLPeerUnverifiedException
@extends javax.net.ssl.SSLException

 Indicates that the peer's identity has not been verified.
 <P>
 When the peer was not able to
 identify itself (for example; no certificate, the particular
 cipher suite being used does not support authentication, or no
 peer authentication was established during SSL handshaking) this
 exception is thrown.

 @since 1.4
 @author David Brownell
*/
var SSLPeerUnverifiedException = {


};