public class SSLPeerUnverifiedException extends SSLException
When the peer was not able to identify itself (for example; no certificate, the particular cipher suite being used does not support authentication, or no peer authentication was established during SSL handshaking) this exception is thrown.
Constructor and Description |
---|
SSLPeerUnverifiedException(String reason)
Constructs an exception reporting that the SSL peer's
identity has not been verified.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SSLPeerUnverifiedException(String reason)
reason
- describes the problem.aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.