javax.net.ssl
Class  SSLPeerUnverifiedException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--javax.net.ssl.SSLException
                          |
                          +--javax.net.ssl.SSLPeerUnverifiedException
- public class SSLPeerUnverifiedException- extends SSLException
Indicates that the peer's identity has not been verified.  You may
 request the identity of the peer.  When the peer is not able to
 identify itself (for example, no certificate, or the particular
 cipher suite being used does not support authentication, or no
 peer authentication was established during SSL handshaking) this
 exception may be thrown.
- See Also: 
- Serialized Form
| Constructor Summary | 
| SSLPeerUnverifiedException(java.lang.String reason)Constructs an exception reporting that the SSL peer's
 identity has not been verifiied.
 | 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, 
getLocalizedMessage, 
getMessage, 
printStackTrace, 
printStackTrace, 
printStackTrace, 
toString | 
 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
wait, 
wait, 
wait | 
 
SSLPeerUnverifiedException
public SSLPeerUnverifiedException(java.lang.String reason)
- Constructs an exception reporting that the SSL peer's
 identity has not been verifiied.- 
- Parameters:
- reason- describes the problem.