public class SSLPeerUnverifiedException extends SSLException
| Constructor and Description |
|---|
SSLPeerUnverifiedException(String reason)
Creates a new
SSLPeerUnverifiedException with the specified
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SSLPeerUnverifiedException(String reason)
SSLPeerUnverifiedException with the specified
message.reason - the detail message for the exception.