Class sun.security.ssl.SSLPeerUnverified
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 can
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) this
exception may be thrown.
- See Also:
- getPeerCertificateChain
All Packages Class Hierarchy This Package Previous Next Index