public class SSLProtocolException extends SSLException
| Constructor and Description |
|---|
SSLProtocolException(String reason)
Constructs an exception reporting an SSL protocol error
detected by an SSL subsystem.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SSLProtocolException(String reason)
reason - describes the problem.