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
SSLPeerUnverifiedException
public SSLPeerUnverifiedException(String reason)
- Constructs an exception reporting that the SSL peer's
identity has not been verifiied.
- Parameters:
reason
- describes the problem.