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