All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.net.ssl.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.


Constructor Index

 o SSLPeerUnverifiedException(String)
Constructs an exception reporting that the SSL peer's identity has not been verifiied.

Constructors

 o SSLPeerUnverifiedException
 public SSLPeerUnverifiedException(String reason)
Constructs an exception reporting that the SSL peer's identity has not been verifiied.

Parameters:
reason - describes the problem.

All Packages  Class Hierarchy  This Package  Previous  Next  Index