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, toString
public SSLPeerUnverifiedException(String reason)
SSLPeerUnverifiedException
with the specified
message.reason
- the detail message for the exception.