All Packages Class Hierarchy This Package Previous Next Index
Class sun.security.ssl.SSLPeerUnverified
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----sun.security.ssl.SSLException
|
+----sun.security.ssl.SSLPeerUnverified
- public class SSLPeerUnverified
- 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.
All Packages Class Hierarchy This Package Previous Next Index